Refactor to not automatically include adc cpu modules; supply a backward compatible...
[bertos.git] / examples / at91sam7s / at91sam7s.mk
index c7f40745743e2ac9ecdb5c2c9f663fe570f6e894..d4585d2795469a66c80cdb691ca0e0c7727b1f3a 100644 (file)
@@ -41,7 +41,7 @@ at91sam7s_CPPASRC = \
 at91sam7s_PREFIX = arm-none-eabi-
 
 at91sam7s_CPPAFLAGS = -O0 -g -gdwarf-2 -g -gen-debug
-at91sam7s_CPPFLAGS = -O0 -D'ARCH=0' -D__ARM_AT91SAM7S256__ -D'CPU_FREQ=(48023000UL)' -g3 -gdwarf-2 -fverbose-asm -Iexamples/at91sam7s -Ibertos/cpu/arm
+at91sam7s_CPPFLAGS = -O0 -D'ARCH=0' -D__ARM_AT91SAM7S256__ -D'CPU_FREQ=(48023000UL)' -D'WIZ_AUTOGEN' -g3 -gdwarf-2 -fverbose-asm -Iexamples/at91sam7s -Ibertos/cpu/arm
 at91sam7s_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld -Wl,--no-warn-mismatch
 
 at91sam7s_CPU = arm7tdmi