Add application specific config file.
[bertos.git] / app / at91sam7s / at91sam7s.mk
index c8ea600ef45a738d7a2d798c1db39c9679f0850a..0d14890a5be2a84311ec9c28b42c8a8c78936a8e 100644 (file)
@@ -5,7 +5,7 @@
 #
 # Makefile fragment for DevLib at91sam7s application.
 #
-# Author: Bernardo Innocenti <bernie@develer.com>
+# Author: Bernie Innocenti <bernie@codewiz.org>
 #
 #
 
@@ -32,7 +32,7 @@ at91sam7s_CSRC = \
 
 at91sam7s_CPPASRC = \
        bertos/cpu/arm/hw/crtat91sam7_rom.S \
-       bertos/kern/switch_arm.S
+       bertos/cpu/arm/hw/switch_arm.S
 
 at91sam7s_CROSS = arm-elf-
 
@@ -42,9 +42,3 @@ at91sam7s_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_ram.ld
 
 at91sam7s_CPU = arm7tdmi
 
-# Debug stuff
-ifeq ($(at91sam7s_DEBUG),1)
-       at91sam7s_CFLAGS += -D_DEBUG
-       at91sam7s_CSRC += bertos/drv/kdebug.c
-endif
-