Add zen kernel templates for 6.16-clang 6.16-gcc at v6.16.2-lqx1 [auto]

This commit is contained in:
2025-08-24 13:12:10 +00:00
parent 9c4ecc42a4
commit 95784800ab
12 changed files with 23876 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
mod=$1
mkdir -p usr/lib/debug/${mod%/*}
$OBJCOPY --only-keep-debug --compress-debug-sections $mod usr/lib/debug/$mod
$OBJCOPY --add-gnu-debuglink=${DESTDIR}/usr/lib/debug/$mod $mod
/usr/bin/$STRIP --strip-debug $mod
gzip -9 $mod

File diff suppressed because it is too large Load Diff