mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			363 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			363 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 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_LZMA_FW) += mtdsplit_lzma.o
 | |
| obj-$(CONFIG_MTD_SPLIT_TPLINK_FW) += mtdsplit_tplink.o
 | |
| obj-$(CONFIG_MTD_SPLIT_TRX_FW) += mtdsplit_trx.o
 |