]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/mips/Kbuild
UBUNTU: Start new release
[mirror_ubuntu-artful-kernel.git] / arch / mips / Kbuild
CommitLineData
66f9ba10
SR
1# Fail on warnings - also for files referenced in subdirs
2# -Werror can be disabled for specific files using:
3# CFLAGS_<file.o> := -Wno-error
5373633c 4ifeq ($(W),)
66f9ba10 5subdir-ccflags-y := -Werror
5373633c 6endif
66f9ba10 7
5d25b01c
SR
8# platform specific definitions
9include arch/mips/Kbuild.platforms
10obj-y := $(platform-y)
66f9ba10 11
ad4b2b62
DD
12# make clean traverses $(obj-) without having included .config, so
13# everything ends up here
14obj- := $(platform-)
15
9aeb404b
SR
16# mips object files
17# The object files are linked as core-y files would be linked
18
19obj-y += kernel/
20obj-y += mm/
c6610de3 21obj-y += net/
ebb5e78c 22obj-y += vdso/
2235a54d
SL
23
24ifdef CONFIG_KVM
25obj-y += kvm/
26endif