linux-google-nyan: use llvm-strip for modules

Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7273>
This commit is contained in:
Robert Eckelmann 2025-11-14 11:07:33 +09:00 committed by The Friendly Meow (merge) Bot
parent cf181ec1ef
commit 6c3452c007
No known key found for this signature in database

View file

@ -60,6 +60,7 @@ package() {
mkdir -p "$pkgdir"/boot
make zinstall modules_install dtbs_install \
ARCH="$_carch" \
LLVM=1 \
INSTALL_PATH="$pkgdir"/boot \
INSTALL_MOD_PATH="$pkgdir" \
INSTALL_MOD_STRIP=1 \