Skip to content
Snippets Groups Projects
Commit 98713d26 authored by kevin.morfitt@fearnside-systems.co.uk's avatar kevin.morfitt@fearnside-systems.co.uk Committed by Scott Wood
Browse files

Bug-fix in drivers mtd nand Makefile


The S3C2410 NAND driver source file is included in the makefile instead of
the object file.

Signed-off-by: default avatarKevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent b74ab737
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ COBJS-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_nand.o ...@@ -42,7 +42,7 @@ COBJS-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_nand.o
COBJS-$(CONFIG_NAND_FSL_UPM) += fsl_upm.o COBJS-$(CONFIG_NAND_FSL_UPM) += fsl_upm.o
COBJS-$(CONFIG_NAND_MPC5121_NFC) += mpc5121_nfc.o COBJS-$(CONFIG_NAND_MPC5121_NFC) += mpc5121_nfc.o
COBJS-$(CONFIG_NAND_NOMADIK) += nomadik.o COBJS-$(CONFIG_NAND_NOMADIK) += nomadik.o
COBJS-$(CONFIG_NAND_S3C2410) += s3c2410_nand.c COBJS-$(CONFIG_NAND_S3C2410) += s3c2410_nand.o
COBJS-$(CONFIG_NAND_S3C64XX) += s3c64xx.o COBJS-$(CONFIG_NAND_S3C64XX) += s3c64xx.o
COBJS-$(CONFIG_NAND_OMAP_GPMC) += omap_gpmc.o COBJS-$(CONFIG_NAND_OMAP_GPMC) += omap_gpmc.o
COBJS-$(CONFIG_NAND_PLAT) += nand_plat.o COBJS-$(CONFIG_NAND_PLAT) += nand_plat.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment