diff options
| author | Simon Glass <[email protected]> | 2022-07-30 15:52:32 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-12 08:17:11 -0400 |
| commit | 4c7418f3efbc0e193caa0f5af2b3d750af47854d (patch) | |
| tree | aa2327cb3542e93a1f78c580d832ec07e171be8b /boot/Makefile | |
| parent | 98887ab802e4118e7c813e5e052678772fa1b3a8 (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 <[email protected]>
Diffstat (limited to 'boot/Makefile')
| -rw-r--r-- | boot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/Makefile b/boot/Makefile index 854b3913b22..c52c96977fd 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 |
