summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-11-22 09:47:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-11-25 08:43:18 +0100
commit71066293acdeaf9de8a9485a5371be2f13e14bde (patch)
treecc7b79537479d5c1aaf7608df0a6b8000617b7bb /common/Makefile
parent6a7e2f92b0ba7a51e01961b9aa840ab5b086115b (diff)
downloadbarebox-71066293acdeaf9de8a9485a5371be2f13e14bde.tar.gz
barebox-71066293acdeaf9de8a9485a5371be2f13e14bde.tar.xz
common: move EFI code into new efi/ top level directory
So far, barebox EFI meant EFI payload support on x86. Upcoming changes will extend barebox to support EFI payload _and_ loader on ARM64. Prepare for this by renaming files and directories appropriately, so it's immediately clear whether a file is about payload, loader or common support. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20211122084732.2597109-9-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/Makefile b/common/Makefile
index 4b45f678c7..9ed279806a 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -63,9 +63,7 @@ obj-$(CONFIG_BOOTCHOOSER) += bootchooser.o
obj-$(CONFIG_UIMAGE) += image.o uimage.o
obj-$(CONFIG_FITIMAGE) += image-fit.o
obj-$(CONFIG_MENUTREE) += menutree.o
-obj-$(CONFIG_EFI_BOOTUP) += efi/
-obj-$(CONFIG_EFI_GUID) += efi-guid.o
-obj-$(CONFIG_EFI_DEVICEPATH) += efi-devicepath.o
+obj-$(CONFIG_EFI) += efi/
lwl-$(CONFIG_IMD) += imd-barebox.o
obj-$(CONFIG_IMD) += imd.o
obj-y += file-list.o