This website requires JavaScript.
Explore
Help
Sign In
UbiquitousOS
/
OpenCloudOS-Kernel
mirror of
https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git
Watch
11
Star
0
Fork
You've already forked OpenCloudOS-Kernel
0
Code
Issues
Projects
Releases
Wiki
Activity
435f81f4a2
OpenCloudOS-Kernel
/
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-30 02:39:56 +08: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 18:48:58 +08:00
EXTRA_CFLAGS
+=
-Werror