diff options
| author | Kyungmin Park <[email protected]> | 2007-09-10 17:15:14 +0900 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2007-09-17 08:19:08 +0200 |
| commit | d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1 (patch) | |
| tree | 96b870839f8381a5e5a56600e663a8a2c37fdad3 /Makefile | |
| parent | 17aa2800457df0c06b41516f46f126712c196219 (diff) | |
OneNAND support (take #2)
[PATCH 3/3] OneNAND support (take #2)
OneNAND support at U-Boot
Signed-off-by: Kyungmin Park <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
