summaryrefslogtreecommitdiff
path: root/arch/config.mk
blob: caab7f3576d914adb997a744d41ca070e3afcc8f (plain)
1
2
3
4
5
6
7
8
ifeq ($(CPU),arm)
TARGET_INCLUDES += $(ROOTDIR)/arch/arm/include
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
LDSCRIPT = $(ROOTDIR)/arch/arm/lpc17xx/ldscript
SPECS = $(ROOTDIR)/arch/arm/lpc17xx/specs
endif
endif