提交 6ef4661c 编写于 作者: M Masahiro Yamada 提交者: Helge Deller

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

Use obj-y to clean up Makefile.
Signed-off-by: NMasahiro Yamada <masahiroy@kernel.org>
Signed-off-by: NHelge Deller <deller@gmx.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册