2019-05-30 05:03:44 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2010-05-30 16:26:40 +02:00
|
|
|
|
2010-05-30 16:27:10 +02:00
|
|
|
# platform specific definitions
|
2023-01-28 18:24:23 +09:00
|
|
|
include $(srctree)/arch/mips/Kbuild.platforms
|
2010-05-30 16:27:10 +02:00
|
|
|
obj-y := $(platform-y)
|
2010-05-30 16:26:40 +02:00
|
|
|
|
2010-10-18 17:51:26 -07:00
|
|
|
# make clean traverses $(obj-) without having included .config, so
|
|
|
|
# everything ends up here
|
2020-05-13 16:38:41 +08:00
|
|
|
obj- := $(platform-y)
|
2010-10-18 17:51:26 -07:00
|
|
|
|
2010-05-30 13:27:22 +02:00
|
|
|
# mips object files
|
|
|
|
# The object files are linked as core-y files would be linked
|
|
|
|
|
2024-02-16 18:42:21 +01:00
|
|
|
obj-y += generic/
|
2010-05-30 13:27:22 +02:00
|
|
|
obj-y += kernel/
|
|
|
|
obj-y += mm/
|
2014-04-08 12:47:14 +01:00
|
|
|
obj-y += net/
|
2015-10-21 09:54:38 +01:00
|
|
|
obj-y += vdso/
|
2012-11-21 18:33:59 -08:00
|
|
|
|
|
|
|
ifdef CONFIG_KVM
|
|
|
|
obj-y += kvm/
|
|
|
|
endif
|
2021-10-13 15:36:22 +09:00
|
|
|
|
|
|
|
# for cleaning
|
|
|
|
subdir- += boot
|