summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKyungmin Park <kmpark@infradead.org>2007-09-10 08:15:14 (GMT)
committerStefan Roese <sr@denx.de>2007-09-17 06:19:08 (GMT)
commitd7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1 (patch)
tree96b870839f8381a5e5a56600e663a8a2c37fdad3 /Makefile
parent17aa2800457df0c06b41516f46f126712c196219 (diff)
downloadu-boot-fsl-qoriq-d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1.tar.xz
OneNAND support (take #2)
[PATCH 3/3] OneNAND support (take #2) OneNAND support at U-Boot Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 85885b1..c35f022 100644
--- a/Makefile
+++ b/Makefile
@@ -211,6 +211,7 @@ LIBS += drivers/libdrivers.a
LIBS += drivers/bios_emulator/libatibiosemu.a
LIBS += drivers/nand/libnand.a
LIBS += drivers/nand_legacy/libnand_legacy.a
+LIBS += drivers/onenand/libonenand.a
LIBS += drivers/net/libnet.a
ifeq ($(CPU),mpc83xx)
LIBS += drivers/qe/qe.a