From 529537f02721efb5f2280c36693a492daf529842 Mon Sep 17 00:00:00 2001 From: Matthijs Lavrijsen Date: Thu, 12 Oct 2023 11:53:47 +0200 Subject: 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. --- EfiGuardPkg.dsc | 3 --- 1 file changed, 3 deletions(-) (limited to 'EfiGuardPkg.dsc') 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 -- cgit v1.2.3