summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-07-16 11:51:41 +0200
committerStefan Roese <sr@denx.de>2007-07-16 11:51:41 +0200
commitc7e8410e3c174bfde72aa548f7fe5b4e43ccc4fb (patch)
treecd81cb7a3c26d2388fbc830fc36870a0dec3dac2 /Makefile
parent3a6cab844cf74f76639d795e0be8717e02c86af7 (diff)
parent98c80b462f9532f3ff6a62dd9629023b48627a6d (diff)
downloadblackbird-obmc-uboot-c7e8410e3c174bfde72aa548f7fe5b4e43ccc4fb.tar.gz
blackbird-obmc-uboot-c7e8410e3c174bfde72aa548f7fe5b4e43ccc4fb.zip
Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3af9962e67..69e7a6d57a 100644
--- a/Makefile
+++ b/Makefile
@@ -207,9 +207,11 @@ LIBS += dtt/libdtt.a
LIBS += drivers/libdrivers.a
LIBS += drivers/nand/libnand.a
LIBS += drivers/nand_legacy/libnand_legacy.a
+LIBS += drivers/net/libnet.a
ifeq ($(CPU),mpc83xx)
LIBS += drivers/qe/qe.a
endif
+LIBS += drivers/serial/libserial.a
LIBS += drivers/sk98lin/libsk98lin.a
LIBS += post/libpost.a post/drivers/libpostdrivers.a
LIBS += $(shell if [ -d post/lib_$(ARCH) ]; then echo \
@@ -1653,6 +1655,18 @@ TASREG_config : unconfig
r5200_config : unconfig
@$(MKCONFIG) $(@:_config=) m68k mcf52x2 r5200
+M5329AFEE_config \
+M5329BFEE_config : unconfig
+ @case "$@" in \
+ M5329AFEE_config) NAND=0;; \
+ M5329BFEE_config) NAND=16;; \
+ esac; \
+ >include/config.h ; \
+ if [ "$${NAND}" != "0" ] ; then \
+ echo "#define NANDFLASH_SIZE $${NAND}" >> include/config.h ; \
+ fi
+ @$(MKCONFIG) -a M5329EVB m68k mcf532x m5329evb freescale
+
#########################################################################
## MPC83xx Systems
#########################################################################
OpenPOWER on IntegriCloud