mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
fd628-aml: encase variables to prevent build issues with whitespace
in directory names
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user