X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fat91sam7%2Fat91sam7x.mk;h=5330106ce430aa3923e295f465236c622f9ea4c1;hb=be0a17acfc88c13e609d4297f36e667c14bdd395;hp=2a3bcfc86efa31446577fbdaf1d5a729c9d61b6d;hpb=81e1190fbe3a47266f212ecc05fadc1753303854;p=bertos.git diff --git a/examples/at91sam7/at91sam7x.mk b/examples/at91sam7/at91sam7x.mk index 2a3bcfc8..5330106c 100644 --- a/examples/at91sam7/at91sam7x.mk +++ b/examples/at91sam7/at91sam7x.mk @@ -16,7 +16,7 @@ at91sam7x_DEBUG = 1 TRG += at91sam7x at91sam7x_CSRC = \ - examples/at91sam7x/at91sam7x.c \ + examples/at91sam7/at91sam7.c \ bertos/drv/timer.c \ bertos/drv/ser.c \ bertos/cpu/arm/drv/sysirq_at91.c \ @@ -41,7 +41,7 @@ at91sam7x_CPPASRC = \ at91sam7x_PREFIX = arm-none-eabi- at91sam7x_CPPAFLAGS = -O0 -g -gdwarf-2 -g -gen-debug -at91sam7x_CPPFLAGS = -O0 -D'ARCH=0' -D__ARM_AT91SAM7X256__ -D'CPU_FREQ=(48023000UL)' -D'WIZ_AUTOGEN' -g3 -gdwarf-2 -fverbose-asm -Iexamples/at91sam7x -Ibertos/cpu/arm +at91sam7x_CPPFLAGS = -O0 -D'ARCH=0' -D__ARM_AT91SAM7X256__ -D'CPU_FREQ=(48023000UL)' -D'WIZ_AUTOGEN' -g3 -gdwarf-2 -fverbose-asm -Iexamples/at91sam7 -Ibertos/cpu/arm at91sam7x_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld -Wl,--no-warn-mismatch at91sam7x_CPU = arm7tdmi