diff options
author | Pixel <pixel@nobis-crew.org> | 2011-01-29 19:58:11 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-01-29 19:58:11 -0800 |
commit | deeefd2e53795500ebb2afcc0b4d97e84eb7f7e9 (patch) | |
tree | 6808dbdbf60b53f2febb14be522fd785ac18cadc /arch/config.mk | |
parent | ea49b5b3f435bce0a301111fad0738efb0b39e0d (diff) |
Adding sample code for the romfs into the demo, and into the makefile.
Diffstat (limited to 'arch/config.mk')
-rw-r--r-- | arch/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/config.mk b/arch/config.mk index 2e59ef6..94ea88e 100644 --- a/arch/config.mk +++ b/arch/config.mk @@ -1,4 +1,5 @@ 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 |