2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/core/linux-headers/build
2020-02-12 08:51:08 +02:00

7 lines
98 B
Bash
Executable File

#!/bin/sh -e
make \
headers_install \
INSTALL_HDR_PATH="$1/usr" \
HOSTCC="${CC:-cc}"