[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:
@@ -24,9 +24,6 @@ ifeq ($(MEMSIZE),)
|
||||
$(error need to define MEMSIZE)
|
||||
endif
|
||||
|
||||
GLOBAL_INCLUDES += \
|
||||
$(LOCAL_DIR)/include \
|
||||
|
||||
MODULE_SRCS += \
|
||||
$(LOCAL_DIR)/debug.c \
|
||||
$(LOCAL_DIR)/gpio.c \
|
||||
|
||||
Reference in New Issue
Block a user