Commit 6ef4661c authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Helge Deller

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

Use obj-y to clean up Makefile.
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 0c38502c
# SPDX-License-Identifier: GPL-2.0-only
obj-y += mm/ kernel/ math-emu/
......@@ -111,9 +111,6 @@ KBUILD_CFLAGS += $(cflags-y)
LIBGCC := $(shell $(CC) -print-libgcc-file-name)
export LIBGCC
kernel-y := mm/ kernel/ math-emu/
core-y += $(addprefix arch/parisc/, $(kernel-y))
libs-y += arch/parisc/lib/ $(LIBGCC)
boot := arch/parisc/boot
......
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