mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
sapphire: fix build and cleanup
This commit is contained in:
parent
53d5816e29
commit
80ab749ea3
@ -41,8 +41,15 @@ else
|
||||
INPUT_H="$SYSROOT_PREFIX/usr/include/linux/input.h"
|
||||
fi
|
||||
|
||||
pre_make_target() {
|
||||
unset LDFLAGS
|
||||
}
|
||||
|
||||
make_target() {
|
||||
KVER=$(kernel_version) KDIR=$(kernel_path) INPUT_H=$INPUT_H make
|
||||
make V=1 \
|
||||
KVER=$(kernel_version) \
|
||||
KDIR=$(kernel_path) \
|
||||
INPUT_H=$INPUT_H
|
||||
}
|
||||
|
||||
post_make_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user