diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-05-12 16:57:29 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-05-26 23:11:47 +0900 |
commit | 92f378f19e947eeffc52c427cd734f7b19eb54c4 (patch) | |
tree | a5b5f5d5126a113682aee355d068f68ec153332b /arch/sh/Makefile | |
parent | 3681c854c22eed45e63c164252e5f7e1abeadfb2 (diff) | |
download | linux-92f378f19e947eeffc52c427cd734f7b19eb54c4.tar.gz linux-92f378f19e947eeffc52c427cd734f7b19eb54c4.tar.bz2 linux-92f378f19e947eeffc52c427cd734f7b19eb54c4.zip |
sh: move core-y in arch/sh/Makefile to arch/sh/Kbuild
Use obj-y to clean up Makefile.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 44bcb80e791a..88ddb6f1c75b 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -116,11 +116,6 @@ export ld-bfd head-y := arch/sh/kernel/head_32.o -core-y += arch/sh/kernel/ arch/sh/mm/ arch/sh/boards/ -core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ - -core-$(CONFIG_USE_BUILTIN_DTB) += arch/sh/boot/dts/ - # Mach groups machdir-$(CONFIG_SOLUTION_ENGINE) += mach-se machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx |