summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-11 14:35:57 +0900
committerTom Rini <trini@ti.com>2013-11-17 14:11:31 -0500
commit4c76b552313f3a12a38789afa828c6a7e9e71d7a (patch)
tree0a488ca5813895fc39097b5c9d12353d6a6a059b /Makefile
parentc54ecaa965211c3f34004031b3574c069402dc8e (diff)
drivers/qe: move the entry to drivers/Makefile
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3a8ea6750e..0e9609f69c 100644
--- a/Makefile
+++ b/Makefile
@@ -271,11 +271,7 @@ LIBS-y += drivers/power/libpower.o \
drivers/power/pmic/libpmic.o \
drivers/power/battery/libbattery.o
LIBS-y += drivers/spi/libspi.o
-ifeq ($(CPU),mpc83xx)
-LIBS-y += drivers/qe/libqe.o
-endif
ifeq ($(CPU),mpc85xx)
-LIBS-y += drivers/qe/libqe.o
LIBS-y += drivers/net/fm/libfm.o
endif
LIBS-y += drivers/serial/libserial.o