[make] remove the need for a module to manually add $(LOCAL_DIR)/include to the global include path

Pretty much every module in the system was already doing it, so do it
automatically.
This commit is contained in:
Travis Geiselbrecht
2015-10-19 19:07:16 -07:00
parent 8d7fcb24c6
commit 3b2d7a268b
83 changed files with 3 additions and 208 deletions

View File

@@ -10,9 +10,6 @@ ZYNQ_USE_SRAM ?= 1
# we have sdram
ZYNQ_SDRAM_SIZE := 0x20000000
GLOBAL_INCLUDES += \
$(LOCAL_DIR)/include
GLOBAL_DEFINES += \
EXTERNAL_CLOCK_FREQ=50000000 \
TARGET_HAS_DEBUG_LED=1