Add zen kernel templates for 6.17-clang 6.17-gcc at v6.17.3-lqx1 [auto]

This commit is contained in:
2025-10-18 12:01:15 +00:00
parent 58a2785494
commit 3b22f1b835
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