[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:
@@ -2,8 +2,6 @@ LOCAL_DIR := $(GET_LOCAL_DIR)
|
||||
|
||||
MODULE := $(LOCAL_DIR)
|
||||
|
||||
#GLOBAL_INCLUDES += $(LOCAL_DIR)/include
|
||||
|
||||
MODULE_DEPS += \
|
||||
dev/usb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user