Commit 3681c854 authored by Masahiro Yamada's avatar Masahiro Yamada

hexagon: move core-y in arch/hexagon/Makefile to arch/hexagon/Kbuild

Use obj-y to clean up Makefile.
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 0957878f
# SPDX-License-Identifier: GPL-2.0-only
obj-y += kernel/ mm/ lib/
......@@ -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/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment