Skip to content

Commit c1d12e7

Browse files
committed
Disable werror for old kernel perf build
1 parent fd46dac commit c1d12e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/linux-stracciatella/package

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ build() {
2121
elif [[ $arch = rm2 ]]; then
2222
ARCH=arm make zero-sugar_defconfig
2323
fi
24-
# ARCH=arm make -j8
25-
ARCH=arm make -j8 tools/perf
24+
ARCH=arm make -j8
25+
WERROR=0 ARCH=arm make -j8 tools/perf
2626
}
2727

2828
linux-stracciatella() {

0 commit comments

Comments
 (0)