Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Use obj-y to clean up Makefile.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

+2 -2
+2
arch/ia64/Kbuild
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 + obj-y += kernel/ mm/ 3 + obj-$(CONFIG_IA64_SGI_UV) += uv/
-2
arch/ia64/Makefile
··· 47 47 head-y := arch/ia64/kernel/head.o 48 48 49 49 libs-y += arch/ia64/lib/ 50 - core-y += arch/ia64/kernel/ arch/ia64/mm/ 51 - core-$(CONFIG_IA64_SGI_UV) += arch/ia64/uv/ 52 50 53 51 drivers-y += arch/ia64/pci/ arch/ia64/hp/common/ 54 52