kernel: add a mtdsplit implementation for tp-link firmware headers
[openwrt/openwrt.git] / target / linux / generic / files / drivers / mtd / mtdsplit / Makefile
1 obj-$(CONFIG_MTD_SPLIT) += mtdsplit.o
2 obj-$(CONFIG_MTD_SPLIT_SEAMA_FW) += mtdsplit_seama.o
3 obj-$(CONFIG_MTD_SPLIT_SQUASHFS_ROOT) += mtdsplit_squashfs.o
4 obj-$(CONFIG_MTD_SPLIT_UIMAGE_FW) += mtdsplit_uimage.o
5 obj-$(CONFIG_MTD_SPLIT_LZMA_FW) += mtdsplit_lzma.o
6 obj-$(CONFIG_MTD_SPLIT_TPLINK_FW) += mtdsplit_tplink.o