mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-04-03 17:54:12 +00:00
Merge 0f68189028
into f5d1c8df2e
This commit is contained in:
commit
d03150b1f8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -149,7 +149,7 @@ endif
|
||||||
all: test modules
|
all: test modules
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@if [ ! -e ./.git ] ; then echo $(MSG); exit 1; fi;
|
@if [ ! -e ./.git -a ! -e ./.sl ] ; then echo $(MSG); exit 1; fi;
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue