As part of the process of sharing more code between different NAND based devices, we need to move all raw NAND related code to the raw/ subdirectory. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
5 lines
122 B
Makefile
5 lines
122 B
Makefile
bcm47xxnflash-y += main.o
|
|
bcm47xxnflash-y += ops_bcm4706.o
|
|
|
|
obj-$(CONFIG_MTD_NAND_BCM47XXNFLASH) += bcm47xxnflash.o
|