From f886c92b3aeb6027b8f8ae2f1535dbe65f5d23dd Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 1 Apr 2016 09:08:13 -0700 Subject: [PATCH] Revert "Makefile: fix in-tree builds" This reverts commit 5f1739bdffd9dab3361e8c9813df8f68b4437a3b. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4549c18..0b4561c 100644 --- a/Makefile +++ b/Makefile @@ -1037,7 +1037,7 @@ ifeq ($(CONFIG_RTL8723B), y) $(MODULE_NAME)-$(CONFIG_MP_INCLUDED)+= core/rtw_bt_mp.o endif -obj-$(CONFIG_RTL8821AU) := $(MODULE_NAME).o +obj-$(CONFIG_RTL8812AU_8821AU) := $(MODULE_NAME).o else