From a8b7b4d54c9dc64395033f0869bf220aa61755cb Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Wed, 17 Dec 2014 00:49:36 -0600 Subject: [PATCH] rtl8188eu: Fix typo so that 8188eu.ko is produced. Signed-off-by: Larry Finger --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 6443234..1843d12 100755 --- a/Makefile +++ b/Makefile @@ -604,20 +604,20 @@ rtk_core := core/rtw_cmd.o \ core/rtw_sreset.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 -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