summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-28 12:22:17 +0900
committerTom Rini <trini@ti.com>2013-12-13 09:18:44 -0500
commit392ba5256ab9bf017a9b7320ef0cee98862c908d (patch)
tree5579c658986bfd7096778e18b646317b051d3fb7 /drivers/mtd/ubi/Makefile
parent4f57a90cfa1872c0142483e426061dca4e3c90c4 (diff)
downloadblackbird-obmc-uboot-392ba5256ab9bf017a9b7320ef0cee98862c908d.tar.gz
blackbird-obmc-uboot-392ba5256ab9bf017a9b7320ef0cee98862c908d.zip
drivers/mtd: descend into sub directories only when it is necessary
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'drivers/mtd/ubi/Makefile')
-rw-r--r--drivers/mtd/ubi/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mtd/ubi/Makefile b/drivers/mtd/ubi/Makefile
index e1f3a241a2..56c2823477 100644
--- a/drivers/mtd/ubi/Makefile
+++ b/drivers/mtd/ubi/Makefile
@@ -5,9 +5,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
-ifdef CONFIG_CMD_UBI
obj-y += build.o vtbl.o vmt.o upd.o kapi.o eba.o io.o wl.o scan.o crc32.o
-
obj-y += misc.o
obj-y += debug.o
-endif
OpenPOWER on IntegriCloud