Skip to content

Commit 6ef4661

Browse files
masahir0yhdeller
authored andcommitted
parisc: move core-y in arch/parisc/Makefile to arch/parisc/Kbuild
Use obj-y to clean up Makefile. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 0c38502 commit 6ef4661

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

arch/parisc/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2+
obj-y += mm/ kernel/ math-emu/

arch/parisc/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ KBUILD_CFLAGS += $(cflags-y)
111111
LIBGCC := $(shell $(CC) -print-libgcc-file-name)
112112
export LIBGCC
113113

114-
kernel-y := mm/ kernel/ math-emu/
115-
116-
core-y += $(addprefix arch/parisc/, $(kernel-y))
117114
libs-y += arch/parisc/lib/ $(LIBGCC)
118115

119116
boot := arch/parisc/boot

0 commit comments

Comments
 (0)