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>
This commit is contained in:
@@ -1 +1,3 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
obj-y += kernel/ mm/
|
||||||
|
obj-$(CONFIG_IA64_SGI_UV) += uv/
|
||||||
|
|||||||
@@ -47,8 +47,6 @@ KBUILD_CFLAGS += $(cflags-y)
|
|||||||
head-y := arch/ia64/kernel/head.o
|
head-y := arch/ia64/kernel/head.o
|
||||||
|
|
||||||
libs-y += arch/ia64/lib/
|
libs-y += arch/ia64/lib/
|
||||||
core-y += arch/ia64/kernel/ arch/ia64/mm/
|
|
||||||
core-$(CONFIG_IA64_SGI_UV) += arch/ia64/uv/
|
|
||||||
|
|
||||||
drivers-y += arch/ia64/pci/ arch/ia64/hp/common/
|
drivers-y += arch/ia64/pci/ arch/ia64/hp/common/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user