Message ID | 20201007134533.31390-1-m.felsch@pengutronix.de |
---|---|
State | Accepted |
Headers | show |
Series | mtd: rawnand: gpmi: cleanup makefile | expand |
On Wed, 2020-10-07 at 13:45:33 UTC, Marco Felsch wrote: > The extra gpmi_nand.o object is not needed anymore since > commit 3045f8e36963 ("mtd: rawnand: gpmi: move all driver > code into single file"). > > Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks. Miquel
diff --git a/drivers/mtd/nand/raw/gpmi-nand/Makefile b/drivers/mtd/nand/raw/gpmi-nand/Makefile index 9bd81a31e02e..247cbfceaa19 100644 --- a/drivers/mtd/nand/raw/gpmi-nand/Makefile +++ b/drivers/mtd/nand/raw/gpmi-nand/Makefile @@ -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
The extra gpmi_nand.o object is not needed anymore since commit 3045f8e36963 ("mtd: rawnand: gpmi: move all driver code into single file"). Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> --- drivers/mtd/nand/raw/gpmi-nand/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)