mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-22 16:14:20 +00:00
Merge 08bca9e8e6
into 18a5f33b60
This commit is contained in:
commit
9aae62a4f7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -148,7 +148,7 @@ endif
|
|||
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