Skip to content

Commit 3681c85

Browse files
committed
hexagon: move core-y in arch/hexagon/Makefile to arch/hexagon/Kbuild
Use obj-y to clean up Makefile. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 0957878 commit 3681c85

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

arch/hexagon/Kbuild

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2+
obj-y += kernel/ mm/ lib/

arch/hexagon/Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,3 @@ KBUILD_CFLAGS += -ffixed-$(TIR_NAME) -DTHREADINFO_REG=$(TIR_NAME) -D__linux__
3434
KBUILD_AFLAGS += -DTHREADINFO_REG=$(TIR_NAME)
3535

3636
head-y := arch/hexagon/kernel/head.o
37-
38-
core-y += arch/hexagon/kernel/ \
39-
arch/hexagon/mm/ \
40-
arch/hexagon/lib/

0 commit comments

Comments
 (0)