]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Bug-fix in drivers mtd nand Makefile
authorkevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
Thu, 18 Jun 2009 17:41:03 +0000 (18:41 +0100)
committerScott Wood <scottwood@freescale.com>
Tue, 7 Jul 2009 22:58:09 +0000 (17:58 -0500)
The S3C2410 NAND driver source file is included in the makefile instead of
the object file.

Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
Signed-off-by: Scott Wood <scottwood@freescale.com>
drivers/mtd/nand/Makefile

index fea58f4f252a7072ba788c43404ce02de59c209a..c1325b905da63087064db9dbf673daecf635dc50 100644 (file)
@@ -42,7 +42,7 @@ COBJS-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_nand.o
 COBJS-$(CONFIG_NAND_FSL_UPM) += fsl_upm.o
 COBJS-$(CONFIG_NAND_MPC5121_NFC) += mpc5121_nfc.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_OMAP_GPMC) += omap_gpmc.o
 COBJS-$(CONFIG_NAND_PLAT) += nand_plat.o