commit | abde127e5a0ba37b962fa5e934662fca9da23818 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Nov 13 12:28:42 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Sun Nov 23 06:49:02 2014 -0500 |
tree | 5005967106a32c6fffe66d28cf74c2ad0c651178 | |
parent | 20243192a7f7cc31022eadc50c38974855191985 [diff] [blame] |
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>
diff --git a/arch/arm/cpu/armv8/Makefile b/arch/arm/cpu/armv8/Makefile index d2488e7..0c10223 100644 --- a/arch/arm/cpu/armv8/Makefile +++ b/arch/arm/cpu/armv8/Makefile
@@ -15,4 +15,4 @@ obj-y += tlb.o obj-y += transition.o -obj-y += $(if $(SOC),$(SOC)/) +obj-$(CONFIG_FSL_LSCH3) += fsl-lsch3/