blob: 5c3f688a5232f2690007a8e92a12ba76ae11b4a5 [file] [log] [blame]
Sam Ravnborg66f9ba12010-05-30 16:26:40 +02001# Fail on warnings - also for files referenced in subdirs
2# -Werror can be disabled for specific files using:
3# CFLAGS_<file.o> := -Wno-error
4subdir-ccflags-y := -Werror
5
Sam Ravnborg5d25b012010-05-30 16:27:10 +02006# platform specific definitions
7include arch/mips/Kbuild.platforms
8obj-y := $(platform-y)
Sam Ravnborg66f9ba12010-05-30 16:26:40 +02009
David Daneyad4b2b62010-10-18 17:51:26 -070010# make clean traverses $(obj-) without having included .config, so
11# everything ends up here
12obj- := $(platform-)
13
Sam Ravnborg9aeb4042010-05-30 13:27:22 +020014# mips object files
15# The object files are linked as core-y files would be linked
16
17obj-y += kernel/
18obj-y += mm/
Markos Chandrasc6610de2014-04-08 12:47:14 +010019obj-y += net/
Alex Smithebb5e782015-10-21 09:54:38 +010020obj-y += vdso/
Sanjay Lal2235a542012-11-21 18:33:59 -080021
22ifdef CONFIG_KVM
23obj-y += kvm/
24endif