Files

26 lines
484 B
Makefile
Raw Permalink Normal View History

# SPDX-License-Identifier: GPL-2.0
2010-05-30 16:26:40 +02:00
# platform specific definitions
include $(srctree)/arch/mips/Kbuild.platforms
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
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
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
# for cleaning
subdir- += boot