rtl8821ce-solus-package/Makefile

8 lines
111 B
Makefile
Raw Normal View History

2020-02-24 18:56:43 +00:00
include ../Makefile.common
default: build
build:
cd rtl8821ce;
make clean all install;
modprobe -a 8821ce;