mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-03 19:24:02 +08:00
ca22f040dd
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
6 lines
266 B
Makefile
6 lines
266 B
Makefile
# link order matters; don't link the more generic brcmstb_nand.o before the
|
|
# more specific iproc_nand.o, for instance
|
|
obj-$(CONFIG_MTD_NAND_BRCMNAND) += iproc_nand.o
|
|
obj-$(CONFIG_MTD_NAND_BRCMNAND) += brcmstb_nand.o
|
|
obj-$(CONFIG_MTD_NAND_BRCMNAND) += brcmnand.o
|