This website requires JavaScript.
Explore
Help
Register
Sign In
kiss-community
/
repo
Watch
2
Star
0
Fork
1
You've already forked repo
mirror of
https://codeberg.org/kiss-community/repo
synced
2024-12-24 16:30:04 -07:00
Code
Issues
Wiki
086a0c1318
repo
/
core
/
linux-headers
/
build
7 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kiss: Added linux-headers
2019-06-17 08:09:32 -06:00
#!/bin/sh -e
linux-headers: Old model
2020-03-08 16:40:04 -06:00
make \
headers_install \
INSTALL_HDR_PATH="$1/usr" \
HOSTCC="${CC:-cc}"
Copy Permalink