Merge pull request #2811 from HiassofT/le9-sapphire

sapphire: fix build
This commit is contained in:
Christian Hewitt 2018-07-04 21:37:04 +04:00 committed by GitHub
commit 60ee116c4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,10 +46,10 @@ pre_make_target() {
}
make_target() {
make V=1 \
KVER=$(kernel_version) \
KDIR=$(kernel_path) \
INPUT_H=$INPUT_H
kernel_make -C $(kernel_path) M=$(pwd) modules
make INPUT_H=$INPUT_H \
sapphire_keymap.sh
}
post_make_target() {