From a1f6f3f277f7e79bf10e196494a8d6dfa6123cfa Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 25 Jan 2011 07:09:44 -0800 Subject: More consistent makefiles includes. Adding BoardConsole for basic console output general API. Starting up console from the boot sequence. --- FreeRTOS/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FreeRTOS/config.mk') diff --git a/FreeRTOS/config.mk b/FreeRTOS/config.mk index d45722a..ca7bd93 100644 --- a/FreeRTOS/config.mk +++ b/FreeRTOS/config.mk @@ -6,7 +6,7 @@ endif ifeq ($(CPU),arm) ifeq ($(CPU_FLAVOR),lpc1768) -TARGET_INCLUDES += $(ROOTDIR)/config/arm/lpc1768 $(ROOTDIR)/arch/arm/lpc17xx/Core/CM3/DeviceSupport/NXP/LPC17xx $(ROOTDIR)/arch/arm/lpc17xx/Core/CM3/CoreSupport +TARGET_INCLUDES += $(ROOTDIR)/config/arm/lpc1768 ifeq ($(USE_MPU),true) TARGET_INCLUDES += $(ROOTDIR)/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU else -- cgit v1.2.3