summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2007-07-16 00:31:07 +0200
committerMichal Simek <monstr@monstr.eu>2007-07-16 00:31:07 +0200
commit0c0a9cda1bde37106520476ed486bd67eb8d30ae (patch)
treef7b355beae76e989d344413bf3d9b298337d6967 /Makefile
parent5280f352c8da33b1d7fbf448768717d9e16ff9a1 (diff)
downloadu-boot-0c0a9cda1bde37106520476ed486bd67eb8d30ae.tar.gz
u-boot-0c0a9cda1bde37106520476ed486bd67eb8d30ae.tar.xz
u-boot-0c0a9cda1bde37106520476ed486bd67eb8d30ae.zip
[PATCH] Support for Xilinx EmacLite controller
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d2a68535b..146f647d2c 100644
--- a/Makefile
+++ b/Makefile
@@ -143,7 +143,7 @@ ifeq ($(ARCH),m68k)
CROSS_COMPILE = m68k-elf-
endif
ifeq ($(ARCH),microblaze)
-CROSS_COMPILE = mb-
+CROSS_COMPILE = microblaze-uclinux-
endif
ifeq ($(ARCH),blackfin)
CROSS_COMPILE = bfin-uclinux-
@@ -207,6 +207,7 @@ LIBS += dtt/libdtt.a
LIBS += drivers/libdrivers.a
LIBS += drivers/nand/libnand.a
LIBS += drivers/nand_legacy/libnand_legacy.a
+LIBS += drivers/net/libnetdrv.a
ifeq ($(CPU),mpc83xx)
LIBS += drivers/qe/qe.a
endif