aboutsummaryrefslogtreecommitdiff
path: root/test/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/boot/Makefile')
-rw-r--r--test/boot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/boot/Makefile b/test/boot/Makefile
index d724629d3b0f..22ed61c8fa02 100644
--- a/test/boot/Makefile
+++ b/test/boot/Makefile
@@ -5,6 +5,8 @@
obj-$(CONFIG_BOOTSTD) += bootdev.o bootstd_common.o bootflow.o bootmeth.o
obj-$(CONFIG_FIT) += image.o
+obj-$(CONFIG_EXPO) += expo.o
+
ifdef CONFIG_OF_LIVE
obj-$(CONFIG_BOOTMETH_VBE_SIMPLE) += vbe_simple.o
endif