summaryrefslogtreecommitdiff
path: root/boot/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-07-30 15:52:32 -0600
committerTom Rini <trini@konsulko.com>2022-08-12 08:17:11 -0400
commit4c7418f3efbc0e193caa0f5af2b3d750af47854d (patch)
treeaa2327cb3542e93a1f78c580d832ec07e171be8b /boot/Makefile
parent98887ab802e4118e7c813e5e052678772fa1b3a8 (diff)
vbe: Add initial support for VBE
Create a new bootmeth for VBE along with a library to handle finding the VBE methods. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot/Makefile')
-rw-r--r--boot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/Makefile b/boot/Makefile
index 854b3913b2..c52c96977f 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -46,3 +46,5 @@ obj-$(CONFIG_CMD_ADTIMG) += image-android-dt.o
ifdef CONFIG_SPL_BUILD
obj-$(CONFIG_SPL_LOAD_FIT) += common_fit.o
endif
+
+obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_VBE) += vbe.o