summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/rtl8821ae
diff options
context:
space:
mode:
authorAndreas Ruprecht <rupran@einserver.de>2014-11-24 19:34:31 +0100
committerJohn W. Linville <linville@tuxdriver.com>2014-11-24 16:51:25 -0500
commit927a70874c34e862f6aea5ad9c4a5d2c3f140bcd (patch)
treeb44abf2501750ab75691af7028ef802e2080ff7b /drivers/net/wireless/rtlwifi/rtl8821ae
parent34b5d778b583104d91534b4673472b7820e0c0b3 (diff)
downloadop-kernel-dev-927a70874c34e862f6aea5ad9c4a5d2c3f140bcd.zip
op-kernel-dev-927a70874c34e862f6aea5ad9c4a5d2c3f140bcd.tar.gz
net: wireless: rtlwifi: Do not always include drivers in obj-m
In four of the rtlwifi drivers, the Makefile contains superfluous statements indicating the compilation of the driver as an LKM regardless of the corresponding Kconfig option. If the corresponding option is set to 'y', the build system will then see the object file in obj-m and obj-y, which leads to a compilation as a built-in only. Even though this leads to the desired behavior, the unconditional appearance in obj-m is confusing for someone reading the Makefile. This patch removes the superfluous Makefile statements. Signed-off-by: Andreas Ruprecht <rupran@einserver.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/rtl8821ae')
-rw-r--r--drivers/net/wireless/rtlwifi/rtl8821ae/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/rtlwifi/rtl8821ae/Makefile b/drivers/net/wireless/rtlwifi/rtl8821ae/Makefile
index 87ad604..f7a26f7 100644
--- a/drivers/net/wireless/rtlwifi/rtl8821ae/Makefile
+++ b/drivers/net/wireless/rtlwifi/rtl8821ae/Makefile
@@ -1,6 +1,3 @@
-obj-m := rtl8821ae.o
-
-
rtl8821ae-objs := \
dm.o \
fw.o \
OpenPOWER on IntegriCloud