~ubuntu-branches/ubuntu/maverick/avr-libc/maverick

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2009-10-31 11:52:10 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20091031115210-crjd42sn6ezrj52c
* New upstream relese (closes: #544030)
* Added lintian overrides (closes: #553265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
AVR_TARGET          = avrxmega7
43
43
AVR_TARGET_CRT      = crtx128a1.o
44
44
AVR_TARGET_DEFS     = -D__COMPILING_AVR_LIBC__
45
 
AVR_TARGET_CFLAGS   = -mcall-prologues -Os
 
45
AVR_TARGET_CFLAGS   = -Os $(FNO_JUMP_TABLES)
46
46
AVR_TARGET_ASFLAGS  = 
47
47
AVR_INSTALL_DIR     = avrxmega7
48
48
 
50
50
 
51
51
if HAS_avrxmega7
52
52
 
 
53
AVRLIB_DEVLIST =
 
54
if HAS_atxmega128a1
 
55
  AVRLIB_DEVLIST += atxmega128a1
 
56
endif   # atxmega128a1
 
57
 
53
58
# NOTE: Automake will be performing the following include, not GNU Make.
54
59
# Automake will also be scanning the included file.
55
60