mirror of
https://github.com/morrownr/8821cu-20210916
synced 2025-08-22 02:02:25 +00:00
Compare commits
4 Commits
c400b83753
...
1620f7c8c5
Author | SHA1 | Date | |
---|---|---|---|
|
1620f7c8c5 | ||
|
1597dfeda6 | ||
|
9edb1b026c | ||
|
27235c5ba9 |
10
Makefile
10
Makefile
@ -2485,12 +2485,16 @@ ifeq ($(CONFIG_RTL8723B), y)
|
|||||||
$(MODULE_NAME)-$(CONFIG_MP_INCLUDED)+= core/rtw_bt_mp.o
|
$(MODULE_NAME)-$(CONFIG_MP_INCLUDED)+= core/rtw_bt_mp.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
obj-$(CONFIG_RTL8821CU) := $(MODULE_NAME).o
|
# export CONFIG_RTL8821CU=y to build driver in tree
|
||||||
|
# else driver will be built out of tree by default
|
||||||
|
ifeq ($(CONFIG_RTL8821CU), y)
|
||||||
|
obj-y := $(MODULE_NAME).o
|
||||||
|
else
|
||||||
|
obj-m := $(MODULE_NAME).o
|
||||||
|
endif
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
export CONFIG_RTL8821CU = m
|
|
||||||
|
|
||||||
all: modules
|
all: modules
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user