summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2013-09-26 09:44:50 -0400
committerPeter Jones <pjones@redhat.com>2013-09-26 09:56:26 -0400
commit193b5b6120ea07785dce8adbac3bc83f33de4fa6 (patch)
tree1f8ba646c8c0e54c58292058d3589b8e63b72ccf /Makefile
parentd65cbcfa6f2d42f385df9e8c2d5e649d4189dafb (diff)
downloadefi-boot-shim-193b5b6120ea07785dce8adbac3bc83f33de4fa6.tar.gz
efi-boot-shim-193b5b6120ea07785dce8adbac3bc83f33de4fa6.zip
MokManager needs to disable the graphics console.
Without this patch, on some machines we never see MokManager's UI. This protocol has never (I think?) been officially published, and yet I still have new hardware that needs it. If you're looking for a reference, look at: EdkCompatibilityPkg/Foundation/Protocol/ConsoleControl/ConsoleControl.c in the edk2 tree from Tiano. Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89912de2..513339f6 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ OBJS = shim.o netboot.o cert.o dbx.o
KEYS = shim_cert.h ocsp.* ca.* shim.crt shim.csr shim.p12 shim.pem shim.key
SOURCES = shim.c shim.h netboot.c signature.h PeImage.h
MOK_OBJS = MokManager.o
-MOK_SOURCES = MokManager.c shim.h
+MOK_SOURCES = MokManager.c shim.h console_control.h
FALLBACK_OBJS = fallback.o
FALLBACK_SRCS = fallback.c