mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 00:24: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
|
all: modules
|
||||||
|
|
||||||
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:
|
strip:
|
||||||
$(CROSS_COMPILE)strip 8188eu.ko --strip-unneeded
|
$(CROSS_COMPILE)strip 8188eu.ko --strip-unneeded
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue