diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-05-12 09:57:28 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-05-26 16:11:47 +0200 |
commit | 3681c854c22eed45e63c164252e5f7e1abeadfb2 (patch) | |
tree | e89943af1ecd31ef2e69e3db07d0057989216f76 /arch/hexagon/Makefile | |
parent | h8300: move core-y in arch/h8300/Makefile to arch/h8300/Kbuild (diff) | |
download | linux-3681c854c22eed45e63c164252e5f7e1abeadfb2.tar.xz linux-3681c854c22eed45e63c164252e5f7e1abeadfb2.zip |
hexagon: move core-y in arch/hexagon/Makefile to arch/hexagon/Kbuild
Use obj-y to clean up Makefile.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'arch/hexagon/Makefile')
-rw-r--r-- | arch/hexagon/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/hexagon/Makefile b/arch/hexagon/Makefile index 74b644ea8a00..44312bc147d8 100644 --- a/arch/hexagon/Makefile +++ b/arch/hexagon/Makefile @@ -34,7 +34,3 @@ KBUILD_CFLAGS += -ffixed-$(TIR_NAME) -DTHREADINFO_REG=$(TIR_NAME) -D__linux__ KBUILD_AFLAGS += -DTHREADINFO_REG=$(TIR_NAME) head-y := arch/hexagon/kernel/head.o - -core-y += arch/hexagon/kernel/ \ - arch/hexagon/mm/ \ - arch/hexagon/lib/ |