Makefile 172 字节
Newer Older
1 2 3 4 5 6 7 8 9
#
# Makefile for the OneNAND MTD
#

# Core functionality.
obj-$(CONFIG_MTD_ONENAND)		+= onenand_base.o

# Board specific.
obj-$(CONFIG_MTD_ONENAND_OMAP)		+= omap-onenand.o