9 lines
119 B
Makefile
9 lines
119 B
Makefile
|
#
|
||
|
# Makefile for the AWNAND MTD
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_AW_MTD_SPINAND) += spinand/
|
||
|
obj-$(CONFIG_AW_MTD_RAWNAND) += rawnand/
|
||
|
|
||
|
|