Return-path: Received: from rtits2.realtek.com ([211.75.126.72]:47362 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752829AbeC1H17 (ORCPT ); Wed, 28 Mar 2018 03:27:59 -0400 From: To: CC: , Subject: [PATCH 5/9] rtlwifi: btcoex: Add 8822b to Makefile Date: Wed, 28 Mar 2018 15:27:37 +0800 Message-ID: <20180328072741.23349-6-pkshih@realtek.com> (sfid-20180328_092812_249586_69E255E6) In-Reply-To: <20180328072741.23349-1-pkshih@realtek.com> References: <20180328072741.23349-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