Move UEFI header files into private include namespace
This help reduce the risk of name collision. As MODULE_DIR/include is automatically added to global includes.
This commit is contained in:
@@ -2,7 +2,7 @@ LOCAL_DIR := $(GET_LOCAL_DIR)
|
||||
|
||||
MODULE := $(LOCAL_DIR)
|
||||
|
||||
MODULE_INCLUDES += $(LOCAL_DIR)/include
|
||||
MODULE_INCLUDES += $(LOCAL_DIR)/local/include
|
||||
|
||||
MODULE_DEFINES=MSPACES=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user