bootstd: Add vbe bootmeth into sandbox
[platform/kernel/u-boot.git] / test / boot / Makefile
index 1730792..9e9d5ae 100644 (file)
@@ -3,3 +3,7 @@
 # Copyright 2021 Google LLC
 
 obj-$(CONFIG_BOOTSTD) += bootdev.o bootstd_common.o bootflow.o bootmeth.o
+
+ifdef CONFIG_OF_LIVE
+obj-$(CONFIG_BOOTMETH_VBE_SIMPLE) += vbe_simple.o
+endif