kernel: mtdsplit: add support for FIT image
[openwrt/openwrt.git] / target / linux / generic / files / drivers / mtd / mtdsplit / Makefile
index 12661ba151f6426c018c5179b3b416dc45521494..e09476bc202aafe9b11a4737920163ccbc301a0d 100644 (file)
@@ -2,6 +2,7 @@ obj-$(CONFIG_MTD_SPLIT)         += mtdsplit.o
 obj-$(CONFIG_MTD_SPLIT_SEAMA_FW) += mtdsplit_seama.o
 obj-$(CONFIG_MTD_SPLIT_SQUASHFS_ROOT) += mtdsplit_squashfs.o
 obj-$(CONFIG_MTD_SPLIT_UIMAGE_FW) += mtdsplit_uimage.o
+obj-$(CONFIG_MTD_SPLIT_FIT_FW) += mtdsplit_fit.o
 obj-$(CONFIG_MTD_SPLIT_LZMA_FW) += mtdsplit_lzma.o
 obj-$(CONFIG_MTD_SPLIT_TPLINK_FW) += mtdsplit_tplink.o
 obj-$(CONFIG_MTD_SPLIT_TRX_FW) += mtdsplit_trx.o