Skip to content

Commit

Permalink
Move UEFI header files into private include namespace
Browse files Browse the repository at this point in the history
This help reduce the risk of name collision. As MODULE_DIR/include is
automatically added to global includes.
  • Loading branch information
zhangxp1998 committed Nov 6, 2024
1 parent 0d8a1ec commit 649d432
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/uefi/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 649d432

Please sign in to comment.