1
0
Fork 0

mtd: rawnand: gpmi: cleanup makefile

The extra gpmi_nand.o object is not needed anymore since
commit 3045f8e369 ("mtd: rawnand: gpmi: move all driver
code into single file").

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20201007134533.31390-1-m.felsch@pengutronix.de
zero-sugar-mainline-defconfig
Marco Felsch 2020-10-07 15:45:33 +02:00 committed by Miquel Raynal
parent a8c1dc9dc6
commit efd50ff127
1 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_MTD_NAND_GPMI_NAND) += gpmi_nand.o
gpmi_nand-objs += gpmi-nand.o
obj-$(CONFIG_MTD_NAND_GPMI_NAND) += gpmi-nand.o