提交 b880c6de 编写于 作者: A Andreas Ruprecht 提交者: John W. Linville

net: wireless: rtlwifi: rtl8192ee: Fix compilation of the driver

In the Makefile for this driver, the wrong Kconfig option is used
to trigger the compilation of the object file. This leads to the
driver only being included into the kernel when both CONFIG_RTL8821AE
and CONFIG_RTL8192AE are set to "y".
Signed-off-by: NAndreas Ruprecht <rupran@einserver.de>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 927a7087
...@@ -11,6 +11,6 @@ rtl8192ee-objs := \ ...@@ -11,6 +11,6 @@ rtl8192ee-objs := \
trx.o \ trx.o \
obj-$(CONFIG_RTL8821AE) += rtl8192ee.o obj-$(CONFIG_RTL8192EE) += rtl8192ee.o
ccflags-y += -D__CHECK_ENDIAN__ ccflags-y += -D__CHECK_ENDIAN__
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册