diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-01-26 23:54:35 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-01-26 23:54:35 +0100 |
commit | e39faba05eb205b964704115a1de89989e9638a9 (patch) | |
tree | ceecca98bba79323d4035cda15406103329ee99e /arch/config.mk | |
parent | 52cb89c3853f42d4cab77814e6e35c1f60f20250 (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.mk | 4 |
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 |