Return-path: Received: from rtits2.realtek.com ([211.75.126.72]:52467 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751893AbeB1DHo (ORCPT ); Tue, 27 Feb 2018 22:07:44 -0500 From: To: CC: , Subject: [PATCH 14/15] rtlwifi: btcoex: Add 8822b to Makefile Date: Wed, 28 Feb 2018 11:07:17 +0800 Message-ID: <20180228030718.19510-15-pkshih@realtek.com> (sfid-20180228_040747_747566_C170846E) In-Reply-To: <20180228030718.19510-1-pkshih@realtek.com> References: <20180228030718.19510-1-pkshih@realtek.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Ping-Ke Shih Add btcoex of 8822b to Makefile. Signed-off-by: Ping-Ke Shih --- drivers/net/wireless/realtek/rtlwifi/btcoexist/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/wireless/realtek/rtlwifi/btcoexist/Makefile b/drivers/net/wireless/realtek/rtlwifi/btcoexist/Makefile index d15c58737388..37108c379bd0 100644 --- a/drivers/net/wireless/realtek/rtlwifi/btcoexist/Makefile +++ b/drivers/net/wireless/realtek/rtlwifi/btcoexist/Makefile @@ -4,6 +4,9 @@ btcoexist-objs := halbtc8192e2ant.o \ halbtc8723b2ant.o \ halbtc8821a1ant.o \ halbtc8821a2ant.o \ + halbtc8822b1ant.o \ + halbtc8822b2ant.o \ + halbtc8822bwifionly.o \ halbtcoutsrc.o \ rtl_btc.o -- 2.15.1