diff options
author | Matthijs Lavrijsen <mattiwatti@gmail.com> | 2023-10-12 11:53:47 +0200 |
---|---|---|
committer | Matthijs Lavrijsen <mattiwatti@gmail.com> | 2023-10-12 12:15:45 +0200 |
commit | 529537f02721efb5f2280c36693a492daf529842 (patch) | |
tree | 920cbe288617026e17ac5d5219976a4657a08071 /EfiGuardPkg.dsc | |
parent | d9eafb77f83568f44d2090be5a8658b86dfcd478 (diff) |
Loader: make driver configuration a runtime option
The interactive driver configuration now requires the HOME key to be pressed when the loader is started. If it is not pressed, the default configuration will be used as before.
The CONFIGURE_DRIVER compile time define is no longer useful due to this change and has been removed.
Diffstat (limited to 'EfiGuardPkg.dsc')
-rw-r--r-- | EfiGuardPkg.dsc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/EfiGuardPkg.dsc b/EfiGuardPkg.dsc index 8d00b46..7da3dc1 100644 --- a/EfiGuardPkg.dsc +++ b/EfiGuardPkg.dsc @@ -81,9 +81,6 @@ [BuildOptions.Common] *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES -!if $(CONFIGURE_DRIVER) == 1 - *_*_*_CC_FLAGS = -D CONFIGURE_DRIVER=1 -!endif # Source files are UTF-8 without BOM. MSVC will convert other encodings to this without asking, so this is not really a choice MSFT:*_*_*_CC_FLAGS = /utf-8 |