mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
sapphire: fix build
The kernel module needs to be built with kernel_make Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
785fcef18e
commit
3c9edfd1f0
@ -46,10 +46,10 @@ pre_make_target() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
make V=1 \
|
kernel_make -C $(kernel_path) M=$(pwd) modules
|
||||||
KVER=$(kernel_version) \
|
|
||||||
KDIR=$(kernel_path) \
|
make INPUT_H=$INPUT_H \
|
||||||
INPUT_H=$INPUT_H
|
sapphire_keymap.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
post_make_target() {
|
post_make_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user