[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:
@@ -10,8 +10,6 @@ GLOBAL_DEFINES += \
|
||||
ENABLE_UART3=1 \
|
||||
TARGET_HAS_DEBUG_LED=1
|
||||
|
||||
GLOBAL_INCLUDES += $(LOCAL_DIR)/include
|
||||
|
||||
MODULE_SRCS += \
|
||||
$(LOCAL_DIR)/init.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user