This website requires JavaScript.
Explore
Help
Sign In
OrgACRN
/
acrn-kernel
mirror of
https://github.com/projectacrn/acrn-kernel.git
Watch
1
Star
0
Fork
You've already forked acrn-kernel
0
Code
Issues
Releases
Wiki
Activity
435f81f4a2
acrn-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