2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 12:42:28 +00:00
repo/core/linux/build

16 lines
230 B
Plaintext
Raw Normal View History

2019-05-18 16:09:51 +00:00
#!/bin/sh -e
mkdir -p "$1/boot" "$1/usr/lib/modules"
2019-05-18 16:09:51 +00:00
make
make \
INSTALL_PATH="$1/boot" \
INSTALL_MOD_PATH="$1/usr" \
2019-05-18 16:09:51 +00:00
modules_install
make \
INSTALL_PATH="$1/boot" \
INSTALL_MOD_PATH="$1/usr" \
2019-05-18 16:09:51 +00:00
install