~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to libc/misc/Rules.am

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2008-04-04 17:05:32 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080404170532-tiwwl2e2qln7ri0w
Tags: 1:1.6.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27
27
# POSSIBILITY OF SUCH DAMAGE.
28
28
 
29
 
# $Id: Rules.am,v 1.2 2005/08/11 20:55:21 joerg_wunsch Exp $
 
29
# $Id: Rules.am,v 1.2.4.1 2008/03/08 22:37:56 dmix Exp $
30
30
 
31
31
include $(top_srcdir)/libc/misc/Files.am
32
32
 
33
 
misc_a_libadd = \
34
 
        $(eeprom_asm_sources:%.S=%.1F2021.o) \
35
 
        $(eeprom_asm_sources:%.S=%.1C1D1E.o)
36
 
 
37
 
%.1C1D1E.o: %.S
38
 
        $(COMPILE) $(AVRLIB_ASFLAGS) -c $< -o $@ -DEEPROM_REG_LOCATIONS_OVERRIDE=1C1D1E
39
 
 
40
 
%.1F2021.o: %.S
41
 
        $(COMPILE) $(AVRLIB_ASFLAGS) -c $< -o $@ -DEEPROM_REG_LOCATIONS_OVERRIDE=1F2021
42
 
 
43
33
# vim: set ft=make: