]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/Makefile
Kconfig: Move CONFIG_FIT and related options to Kconfig
[people/ms/u-boot.git] / common / Makefile
index 84882d714b7d877304d4f226f402545a460c03ac..87231c642e4020f84af3ceecaae4e4ed522d459b 100644 (file)
@@ -132,8 +132,8 @@ endif
 obj-y += image.o
 obj-$(CONFIG_ANDROID_BOOT_IMAGE) += image-android.o
 obj-$(CONFIG_OF_LIBFDT) += image-fdt.o
-obj-$(CONFIG_FIT) += image-fit.o
-obj-$(CONFIG_FIT_SIGNATURE) += image-sig.o
+obj-$(CONFIG_$(SPL_)FIT) += image-fit.o
+obj-$(CONFIG_$(SPL_)FIT_SIGNATURE) += image-sig.o
 obj-$(CONFIG_IO_TRACE) += iotrace.o
 obj-y += memsize.o
 obj-y += stdio.o