summaryrefslogtreecommitdiffstats
path: root/drivers/efi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/efi/Makefile')
-rw-r--r--drivers/efi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/efi/Makefile b/drivers/efi/Makefile
index de31212f25..4e3c39e144 100644
--- a/drivers/efi/Makefile
+++ b/drivers/efi/Makefile
@@ -1 +1,3 @@
-obj-y += efi-device.o
+# SPDX-License-Identifier: GPL-2.0-only
+obj-y += efi-handle.o
+obj-$(CONFIG_EFI_PAYLOAD) += efi-device.o