aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Liu2006-11-03 12:11:15 -0600
committerKim Phillips2006-11-03 19:42:21 -0600
commit7737d5c658c606f999dfbe3e86b0fed49e5c50ef (patch)
treed1bf347ba7f4292def53870ecfcba0a1dd4c6231 /Makefile
parent5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73 (diff)
downloadu-boot-7737d5c658c606f999dfbe3e86b0fed49e5c50ef.tar.gz
u-boot-7737d5c658c606f999dfbe3e86b0fed49e5c50ef.tar.xz
u-boot-7737d5c658c606f999dfbe3e86b0fed49e5c50ef.zip
mpc83xx: add QE ethernet support
this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 323aafc027..45c1a49e00 100644
--- a/Makefile
+++ b/Makefile
@@ -203,6 +203,9 @@ LIBS += dtt/libdtt.a
203LIBS += drivers/libdrivers.a 203LIBS += drivers/libdrivers.a
204LIBS += drivers/nand/libnand.a 204LIBS += drivers/nand/libnand.a
205LIBS += drivers/nand_legacy/libnand_legacy.a 205LIBS += drivers/nand_legacy/libnand_legacy.a
206ifeq ($(CPU),mpc83xx)
207LIBS += drivers/qe/qe.a
208endif
206LIBS += drivers/sk98lin/libsk98lin.a 209LIBS += drivers/sk98lin/libsk98lin.a
207LIBS += post/libpost.a post/cpu/libcpu.a 210LIBS += post/libpost.a post/cpu/libcpu.a
208LIBS += common/libcommon.a 211LIBS += common/libcommon.a