mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
fd628-aml: encase variables to prevent build issues with whitespace
in directory names
This commit is contained in:
parent
14b52d6d08
commit
bb92f80b38
@ -37,7 +37,7 @@ pre_make_target() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
make -C $(kernel_path) M=$PKG_BUILD/driver
|
make -C "$(kernel_path)" M="$PKG_BUILD/driver"
|
||||||
|
|
||||||
make FD628Service
|
make FD628Service
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user