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

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

Use obj-y to clean up Makefile.

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

+2 -2
+2
arch/alpha/Kbuild
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 + obj-y += kernel/ mm/ 3 + obj-$(CONFIG_MATHEMU) += math-emu/
-2
arch/alpha/Makefile
··· 38 38 39 39 head-y := arch/alpha/kernel/head.o 40 40 41 - core-y += arch/alpha/kernel/ arch/alpha/mm/ 42 - core-$(CONFIG_MATHEMU) += arch/alpha/math-emu/ 43 41 libs-y += arch/alpha/lib/ 44 42 45 43 # export what is needed by arch/alpha/boot/Makefile