mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 15:39:38 +00:00
rtl8188eu: Fix typo so that 8188eu.ko is produced.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
ec15c88773
commit
a8b7b4d54c
1 changed files with 7 additions and 7 deletions
14
Makefile
14
Makefile
|
@ -604,20 +604,20 @@ rtk_core := core/rtw_cmd.o \
|
||||||
core/rtw_sreset.o \
|
core/rtw_sreset.o \
|
||||||
core/rtw_odm.o
|
core/rtw_odm.o
|
||||||
|
|
||||||
8188e-y += $(rtk_core)
|
8188eu-y += $(rtk_core)
|
||||||
|
|
||||||
8188e-$(CONFIG_INTEL_WIDI) += core/rtw_intel_widi.o
|
8188eu-$(CONFIG_INTEL_WIDI) += core/rtw_intel_widi.o
|
||||||
|
|
||||||
8188e-$(CONFIG_WAPI_SUPPORT) += core/rtw_wapi.o \
|
8188eu-$(CONFIG_WAPI_SUPPORT) += core/rtw_wapi.o \
|
||||||
core/rtw_wapi_sms4.o
|
core/rtw_wapi_sms4.o
|
||||||
|
|
||||||
8188e-y += core/rtw_efuse.o
|
8188eu-y += core/rtw_efuse.o
|
||||||
|
|
||||||
8188e-y += $(_HAL_INTFS_FILES)
|
8188eu-y += $(_HAL_INTFS_FILES)
|
||||||
|
|
||||||
8188e-y += $(_OS_INTFS_FILES)
|
8188eu-y += $(_OS_INTFS_FILES)
|
||||||
|
|
||||||
obj-$(CONFIG_RTL8188EU) := 8188e.o
|
obj-$(CONFIG_RTL8188EU) := 8188eu.o
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue