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: Andreas Ruprecht <rupran@einserver.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Andreas Ruprecht 2014-11-24 19:34:32 +01:00 committed by John W. Linville
parent 927a70874c
commit b880c6deab

View File

@ -11,6 +11,6 @@ rtl8192ee-objs := \
trx.o \
obj-$(CONFIG_RTL8821AE) += rtl8192ee.o
obj-$(CONFIG_RTL8192EE) += rtl8192ee.o
ccflags-y += -D__CHECK_ENDIAN__