summaryrefslogtreecommitdiff
path: root/arch/config.mk
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-01-26 23:54:35 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-01-26 23:54:35 +0100
commite39faba05eb205b964704115a1de89989e9638a9 (patch)
treeceecca98bba79323d4035cda15406103329ee99e /arch/config.mk
parent52cb89c3853f42d4cab77814e6e35c1f60f20250 (diff)
Merging the two ldscripts into one, creating better bss support, and cleaning the bss section in the boot phase.
Diffstat (limited to 'arch/config.mk')
-rw-r--r--arch/config.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/config.mk b/arch/config.mk
index 4ec1d04..2e59ef6 100644
--- a/arch/config.mk
+++ b/arch/config.mk
@@ -1,10 +1,6 @@
ifeq ($(CPU),arm)
ifeq ($(CPU_FLAVOR),lpc1768)
TARGET_INCLUDES += $(ROOTDIR)/arch/arm/lpc17xx/Core/CM3/DeviceSupport/NXP/LPC17xx $(ROOTDIR)/arch/arm/lpc17xx/Core/CM3/CoreSupport $(ROOTDIR)/arch/arm/lpc17xx/Drivers/include $(ROOTDIR)/arch/arm/lpc17xx/mbed
-ifeq ($(USE_MPU),true)
-LDSCRIPT = $(ROOTDIR)/arch/arm/lpc17xx/ldscript-mpu
-else
LDSCRIPT = $(ROOTDIR)/arch/arm/lpc17xx/ldscript
endif
endif
-endif