commit | e732e9cfec26509f402b8dc26d07eec00b0595b3 | [log] [tgz] |
---|---|---|
author | Dave Liu <daveliu@freescale.com> | Fri Nov 03 12:11:15 2006 -0600 |
committer | Kim Phillips <kim.phillips@freescale.com> | Fri Nov 03 19:42:21 2006 -0600 |
tree | d1bf347ba7f4292def53870ecfcba0a1dd4c6231 | |
parent | a46daea1d2b6f7c08dd86bb6902bcaa5c4219c60 [diff] [blame] |
mpc83xx: add QE ethernet support this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
diff --git a/Makefile b/Makefile index 323aafc..45c1a49 100644 --- a/Makefile +++ b/Makefile
@@ -203,6 +203,9 @@ LIBS += drivers/libdrivers.a LIBS += drivers/nand/libnand.a LIBS += drivers/nand_legacy/libnand_legacy.a +ifeq ($(CPU),mpc83xx) +LIBS += drivers/qe/qe.a +endif LIBS += drivers/sk98lin/libsk98lin.a LIBS += post/libpost.a post/cpu/libcpu.a LIBS += common/libcommon.a