SmartAudio/lichee/brandy/u-boot-2014.07/nand_sunxi/Makefile

10 lines
181 B
Makefile
Raw Normal View History

2018-07-13 01:31:50 +00:00
obj-y += $(SOC)/osal/
obj-y += nand_interface/
obj-{CONFIG_SUNXI_UBIFS} += sunxi_mtd_ubi/
obj-y += $(shell if [ -d $(obj)/$(SOC)/lib-nand ]; then echo $(SOC)/lib-nand/; fi )