Blame view

arch/mips/Kbuild 509 Bytes
66f9ba101   Sam Ravnborg   MIPS: Add -Werror...
1
2
3
4
  # Fail on warnings - also for files referenced in subdirs
  # -Werror can be disabled for specific files using:
  # CFLAGS_<file.o> := -Wno-error
  subdir-ccflags-y := -Werror
5d25b01cf   Sam Ravnborg   MIPS: Introduce s...
5
6
7
  # platform specific definitions
  include arch/mips/Kbuild.platforms
  obj-y := $(platform-y)
66f9ba101   Sam Ravnborg   MIPS: Add -Werror...
8

ad4b2b627   David Daney   MIPS: Repair Kbui...
9
10
11
  # make clean traverses $(obj-) without having included .config, so
  # everything ends up here
  obj- := $(platform-)
9aeb404b4   Sam Ravnborg   MIPS: Introduce a...
12
13
14
15
16
17
  # mips object files
  # The object files are linked as core-y files would be linked
  
  obj-y += kernel/
  obj-y += mm/
  obj-y += math-emu/