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

« back to all changes in this revision

Viewing changes to avr/lib/avr5/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-12-29 16:20:03 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20071229162003-xx0w1lyakuvfwrhm
Tags: upstream-1.4.7
ImportĀ upstreamĀ versionĀ 1.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
   atmega165 \
47
47
   atmega165p \
48
48
   atmega168 \
 
49
   atmega168p \
49
50
   atmega169 \
50
51
   atmega169p \
51
52
   atmega16hva \
56
57
   atmega325p \
57
58
   atmega3250 \
58
59
   atmega3250p \
 
60
   atmega328p \
59
61
   atmega329 \
60
62
   atmega329p \
61
63
   atmega3290 \
75
77
   at90can32 \
76
78
   at90can64 \
77
79
   at90can128 \
 
80
   at90pwm216 \
 
81
   at90pwm316 \
78
82
   at90usb82 \
79
83
   at90usb162 \
80
84
   at90usb646 \
86
90
AVR_TARGET          = avr5
87
91
AVR_TARGET_CRT      = crtat94k.o
88
92
AVR_TARGET_DEFS     = -D__COMPILING_AVR_LIBC__
89
 
AVR_TARGET_CFLAGS   = -Os
 
93
AVR_TARGET_CFLAGS   = -mcall-prologues -Os
90
94
AVR_TARGET_ASFLAGS  = 
91
95
AVR_INSTALL_DIR     = avr5
92
96