X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fat91sam7%2Fat91sam7x.mk;h=fe48a2eaa7822e94d3f5c315c309db2be8163322;hb=f35b6066ecdeffcc8998dd566b5246bdcf43c548;hp=a22c641af520a0f6d612893ba38dffe74e2b9c9d;hpb=8517fcd45ae6ecabf515d2cdb146543de0e3d3c9;p=bertos.git diff --git a/examples/at91sam7/at91sam7x.mk b/examples/at91sam7/at91sam7x.mk index a22c641a..fe48a2ea 100644 --- a/examples/at91sam7/at91sam7x.mk +++ b/examples/at91sam7/at91sam7x.mk @@ -29,8 +29,6 @@ at91sam7x_CSRC = \ bertos/struct/heap.c \ bertos/kern/kfile.c \ bertos/kern/proc.c \ - bertos/kern/coop.c \ - bertos/kern/preempt.c \ bertos/kern/proc_test.c \ bertos/kern/signal_test.c \ bertos/kern/monitor.c \ @@ -45,7 +43,7 @@ at91sam7x_CPPASRC = \ at91sam7x_PREFIX = arm-none-eabi- at91sam7x_CPPAFLAGS = -O0 -g -gdwarf-2 -g -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_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 -fno-strict-aliasing -fwrapv at91sam7x_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld -Wl,--no-warn-mismatch at91sam7x_CPU = arm7tdmi