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:
Matthias Reichl 2018-07-04 19:03:02 +02:00
parent 785fcef18e
commit 3c9edfd1f0

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