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:
Lionel Orry 2014-04-17 17:05:28 +02:00
parent fcc9034b0d
commit 08bca9e8e6

View file

@ -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