fd628-aml: encase variables to prevent build issues with whitespace

in directory names
This commit is contained in:
Adam Green 2018-01-16 19:46:51 +00:00
parent 14b52d6d08
commit bb92f80b38
No known key found for this signature in database
GPG Key ID: 52B701B6EF2F2E58

View File

@ -37,7 +37,7 @@ pre_make_target() {
}
make_target() {
make -C $(kernel_path) M=$PKG_BUILD/driver
make -C "$(kernel_path)" M="$PKG_BUILD/driver"
make FD628Service
}