summaryrefslogtreecommitdiffstats
path: root/arch/nds32
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-13 12:28:42 +0900
committerTom Rini <trini@ti.com>2014-11-23 06:49:02 -0500
commit56f31e872e83d23cc98300236ef882c73618d909 (patch)
tree5005967106a32c6fffe66d28cf74c2ad0c651178 /arch/nds32
parent37c9940a09d582bb90eed4e59110c388c90f2bf8 (diff)
downloadtalos-obmc-uboot-56f31e872e83d23cc98300236ef882c73618d909.tar.gz
talos-obmc-uboot-56f31e872e83d23cc98300236ef882c73618d909.zip
kbuild: use SoC-specific CONFIG to descend into SoC directory
Use "obj-$(CONFIG_FOO) += foo/" where it is possible. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/nds32')
-rw-r--r--arch/nds32/cpu/n1213/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/nds32/cpu/n1213/Makefile b/arch/nds32/cpu/n1213/Makefile
index be98c4a738..8ab1fcea26 100644
--- a/arch/nds32/cpu/n1213/Makefile
+++ b/arch/nds32/cpu/n1213/Makefile
@@ -9,9 +9,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
-# necessary to create built-in.o
-obj- := __dummy__.o
-
extra-y = start.o
-obj-y += $(if $(SOC),$(SOC)/)
+obj-$(if $(filter ag101,$(SOC)),y) += ag101/
+obj-$(if $(filter ag102,$(SOC)),y) += ag102/
OpenPOWER on IntegriCloud