[U-Boot] [PATCH-ARM] Bug-fix in drivers mtd nand Makefile

kevin.morfitt at fearnside-systems.co.uk kevin.morfitt at fearnside-systems.co.uk
Tue Jun 23 02:29:42 CEST 2009


Scott - sorry, I forgot to cc you on this one.

On 18/06/2009 18:41, kevin.morfitt at fearnside-systems.co.uk wrote:
> The S3C2410 NAND driver source file is included in the makefile instead of 
> the object file.
> 
> Signed-off-by: Kevin Morfitt <kevin.morfitt at fearnside-systems.co.uk>
> ---
>  drivers/mtd/nand/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
> index 71dd5b9..7dfbeb5 100644
> --- a/drivers/mtd/nand/Makefile
> +++ b/drivers/mtd/nand/Makefile
> @@ -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
>  endif
> -- 1.6.0.6 
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 



__________ Information from ESET NOD32 Antivirus, version of virus signature database 4179 (20090622) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com




More information about the U-Boot mailing list