diff options
Diffstat (limited to 'test/boot/Makefile')
| -rw-r--r-- | test/boot/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/boot/Makefile b/test/boot/Makefile index 89538d4f0a6..59a87028704 100644 --- a/test/boot/Makefile +++ b/test/boot/Makefile @@ -14,11 +14,15 @@ endif ifdef CONFIG_SANDBOX obj-$(CONFIG_$(PHASE_)CMDLINE) += bootm.o +ifdef CONFIG_UT_DM +obj-$(CONFIG_$(PHASE_)OF_LIBFDT) += image_fdt.o endif +endif +obj-$(CONFIG_$(PHASE_)FIT_VERITY) += fit_verity.o obj-$(CONFIG_MEASURED_BOOT) += measurement.o ifdef CONFIG_OF_LIVE -obj-$(CONFIG_BOOTMETH_VBE_SIMPLE) += vbe_simple.o +obj-$(CONFIG_BOOTMETH_VBE_SIMPLE) += vbe_simple.o vbe_read_fit.o endif obj-$(CONFIG_BOOTMETH_VBE) += vbe_fixup.o |
