commit | 4c76b552313f3a12a38789afa828c6a7e9e71d7a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Nov 11 14:35:57 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Sun Nov 17 14:11:31 2013 -0500 |
tree | 0a488ca5813895fc39097b5c9d12353d6a6a059b | |
parent | c54ecaa965211c3f34004031b3574c069402dc8e [diff] [blame] |
drivers/qe: move the entry to drivers/Makefile Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
diff --git a/drivers/qe/Makefile b/drivers/qe/Makefile index b8c15f8..7f1bd06 100644 --- a/drivers/qe/Makefile +++ b/drivers/qe/Makefile
@@ -4,5 +4,5 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-$(and $(CONFIG_QE),$(CONFIG_OF_LIBFDT)) += fdt.o -obj-$(CONFIG_QE) += qe.o uccf.o uec.o uec_phy.o +obj-y := qe.o uccf.o uec.o uec_phy.o +obj-$(CONFIG_OF_LIBFDT) += fdt.o