aboutsummaryrefslogtreecommitdiff
path: root/cmd/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-07-30 15:52:37 -0600
committerTom Rini <trini@konsulko.com>2022-08-12 08:17:11 -0400
commit5fe76d460d857b00d582d7cd6cea9ac740ea912b (patch)
tree32ecaafa1d653e275683cfacac41dd2bb57efca1 /cmd/Makefile
parent11361c596585bff7530e993e2d6c88c2766c0913 (diff)
downloadu-boot-5fe76d460d857b00d582d7cd6cea9ac740ea912b.zip
u-boot-5fe76d460d857b00d582d7cd6cea9ac740ea912b.tar.gz
u-boot-5fe76d460d857b00d582d7cd6cea9ac740ea912b.tar.bz2
vbe: Add a new vbe command
Add a command to look at VBE methods and their status. Provide a test for all of this as well. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd/Makefile')
-rw-r--r--cmd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile
index 5e43a1e..6e87522 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -179,6 +179,7 @@ obj-$(CONFIG_CMD_FS_UUID) += fs_uuid.o
obj-$(CONFIG_CMD_USB_MASS_STORAGE) += usb_mass_storage.o
obj-$(CONFIG_CMD_USB_SDP) += usb_gadget_sdp.o
obj-$(CONFIG_CMD_THOR_DOWNLOAD) += thordown.o
+obj-$(CONFIG_CMD_VBE) += vbe.o
obj-$(CONFIG_CMD_XIMG) += ximg.o
obj-$(CONFIG_CMD_YAFFS2) += yaffs2.o
obj-$(CONFIG_CMD_SPL) += spl.o