diff options
author | William Juul <william.juul@datarespons.no> | 2007-11-15 12:23:57 +0100 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2008-08-12 11:31:19 -0500 |
commit | 90ef117b68387d66763291af0117677644166611 (patch) | |
tree | 829e4954f6d1b0976734c0d2ef2b2bbd173d7572 /common/Makefile | |
parent | 0e8cc8bd92257da2e1df88cbc985e166e472ce61 (diff) | |
download | u-boot-imx-90ef117b68387d66763291af0117677644166611.zip u-boot-imx-90ef117b68387d66763291af0117677644166611.tar.gz u-boot-imx-90ef117b68387d66763291af0117677644166611.tar.bz2 |
Incorporate yaffs2 into U-boot
To use YAFFS2 define CONFIG_YAFFS2
Signed-off-by: William Juul <william.juul@tandberg.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile index 4287108..ecf755f 100644 --- a/common/Makefile +++ b/common/Makefile @@ -98,6 +98,7 @@ COBJS-$(CONFIG_CMD_TERMINAL) += cmd_terminal.o COBJS-$(CONFIG_CMD_UNIVERSE) += cmd_universe.o COBJS-$(CONFIG_CMD_USB) += cmd_usb.o COBJS-$(CONFIG_CMD_XIMG) += cmd_ximg.o +COBJS-$(CONFIG_YAFFS2) += cmd_yaffs2.o COBJS-y += cmd_vfd.o COBJS-y += command.o COBJS-y += console.o |