Creation of Cybook 2416 (actually Gen4) repository
This commit is contained in:
17
drivers/mtd/onenand/Makefile
Normal file
17
drivers/mtd/onenand/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# Makefile for the OneNAND MTD
|
||||
#
|
||||
|
||||
# Core functionality.
|
||||
obj-$(CONFIG_MTD_ONENAND) += onenand.o onenand_bbt.o
|
||||
|
||||
# Board specific.
|
||||
obj-$(CONFIG_MTD_ONENAND_GENERIC) += generic.o
|
||||
|
||||
ifeq ($(CONFIG_CPU_S3C6400),y)
|
||||
onenand-objs = s3c_onenand.o
|
||||
else ifeq ($(CONFIG_CPU_S3C6410),y)
|
||||
onenand-objs = s3c_onenand.o
|
||||
else
|
||||
onenand-objs = onenand_base.o
|
||||
endif
|
||||
Reference in New Issue
Block a user