sapphire: fix build and cleanup

This commit is contained in:
Lukas Rusak 2016-10-26 18:25:00 -07:00
parent c34df6f141
commit 16284db745
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -39,8 +39,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() {