This website requires JavaScript.
Explore
Help
Sign In
kevin
/
linux
Watch
1
Fork
0
You've already forked linux
Code
4185f35404
linux
/
arch
/
mips
/
sibyte
/
common
/
Makefile
6 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
[MIPS] Add bcm1480 ZBus trace support, fix wait related bugs Make ZBus tracing generic - moving it to a common direcotry under arch/mips/sibyte, add bcm1480 support and fix some wait related bugs (thanks to Ralf for assistance on that). Signed-off-by: Mark Mason <mason@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-03-29 11:39:56 -07:00
obj-y
:=
obj-$(CONFIG_SIBYTE_TBPROF)
+=
sb_tbprof.o
[MIPS] Use -Werror on subdirectories which build cleanly. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-07-30 03:48:58 -07:00
EXTRA_CFLAGS
+=
-Werror
Copy Permalink