sapphire: fix build and cleanup

This commit is contained in:
Lukas Rusak 2016-10-26 18:25:00 -07:00 committed by kszaq
parent 53d5816e29
commit 80ab749ea3

View File

@ -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() {