blob: d2cfe45f332b419b5c463b78eb4f44a40e0386c4 [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/
19obj-y += math-emu/
Sanjay Lal2235a542012-11-21 18:33:59 -080020
21ifdef CONFIG_KVM
22obj-y += kvm/
23endif