mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-22 16:14:20 +00:00
quote parameters sent to sub-make call
Sometimes, one or several of these variables are made of several words so we need to enclose them in quotes so that they are correctly passed to make.
This commit is contained in:
parent
fcc9034b0d
commit
08bca9e8e6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -143,7 +143,7 @@ export CONFIG_RTL8188EU = m
|
|||
all: modules
|
||||
|
||||
modules:
|
||||
$(MAKE) ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) -C $(KSRC) M=$(shell pwd) modules
|
||||
$(MAKE) ARCH="$(ARCH)" CROSS_COMPILE="$(CROSS_COMPILE)" -C "$(KSRC)" M="$(shell pwd)" modules
|
||||
|
||||
strip:
|
||||
$(CROSS_COMPILE)strip 8188eu.ko --strip-unneeded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue