8 lines
111 B
Makefile
8 lines
111 B
Makefile
|
include ../Makefile.common
|
||
|
|
||
|
default: build
|
||
|
|
||
|
build:
|
||
|
cd rtl8821ce;
|
||
|
make clean all install;
|
||
|
modprobe -a 8821ce;
|