1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-08-16 08:34:15 +02:00

Revert "Makefile: fix in-tree builds"

This reverts commit 5f1739bdffd9dab3361e8c9813df8f68b4437a3b.
This commit is contained in:
Harshavardhana 2016-04-01 09:08:13 -07:00
parent b445018d1e
commit f886c92b3a

View File

@ -1037,7 +1037,7 @@ 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_RTL8821AU) := $(MODULE_NAME).o obj-$(CONFIG_RTL8812AU_8821AU) := $(MODULE_NAME).o
else else