From e39faba05eb205b964704115a1de89989e9638a9 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 26 Jan 2011 23:54:35 +0100 Subject: Merging the two ldscripts into one, creating better bss support, and cleaning the bss section in the boot phase. --- arch/config.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/config.mk') 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 -- cgit v1.2.3