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

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

Use obj-y to clean up Makefile.

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

+1 -3
+1
arch/h8300/Kbuild
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 + obj-y += kernel/ mm/ boot/dts/
-3
arch/h8300/Makefile
··· 30 30 CROSS_COMPILE := $(call cc-cross-prefix, h8300-unknown-linux- h8300-linux-) 31 31 endif 32 32 33 - core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ 34 - core-y += arch/$(ARCH)/boot/dts/ 35 - 36 33 libs-y += arch/$(ARCH)/lib/ 37 34 38 35 boot := arch/h8300/boot