diff options
| author | Larry Finger <Larry.Finger@lwfinger.net> | 2014-02-28 16:16:47 -0500 |
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2014-03-04 13:19:37 -0500 |
| commit | 0a168b48cdf7c22cf0250f62df4dde20adebf74b (patch) | |
| tree | db687ec89af8dcbb25438fa4ce73e599191575e1 /drivers/net/wireless/rtlwifi/Makefile | |
| parent | 2cddad3c737a35118151ec930fb43a710b3646d2 (diff) | |
rtlwifi: rtl8723ae: rtl8723-common: Create new driver for common code
The drivers for RTL8723AE and RTL8723BE have some code in common.
This commit creates a driver for this code that will be shared, and
copies those common routines from rtl8723ae's phy code.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/Makefile')
| -rw-r--r-- | drivers/net/wireless/rtlwifi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rtlwifi/Makefile b/drivers/net/wireless/rtlwifi/Makefile index f354c5f9aed5..d97d1b9d2427 100644 --- a/drivers/net/wireless/rtlwifi/Makefile +++ b/drivers/net/wireless/rtlwifi/Makefile | |||
| @@ -26,5 +26,6 @@ obj-$(CONFIG_RTL8192DE) += rtl8192de/ | |||
| 26 | obj-$(CONFIG_RTL8723AE) += rtl8723ae/ | 26 | obj-$(CONFIG_RTL8723AE) += rtl8723ae/ |
| 27 | obj-$(CONFIG_RTL8188EE) += rtl8188ee/ | 27 | obj-$(CONFIG_RTL8188EE) += rtl8188ee/ |
| 28 | obj-$(CONFIG_RTLBTCOEXIST) += btcoexist/ | 28 | obj-$(CONFIG_RTLBTCOEXIST) += btcoexist/ |
| 29 | obj-$(CONFIG_RTL8723_COMMON) += rtl8723com/ | ||
| 29 | 30 | ||
| 30 | ccflags-y += -D__CHECK_ENDIAN__ | 31 | ccflags-y += -D__CHECK_ENDIAN__ |
