Update Make.defs
authordavidfather <seongil.hahm@gmail.com>
Sat, 2 Sep 2017 03:25:03 +0000 (12:25 +0900)
committerGitHub <noreply@github.com>
Sat, 2 Sep 2017 03:25:03 +0000 (12:25 +0900)
external/slsi_wifi/Make.defs

index 2b1c577..c300667 100644 (file)
@@ -50,8 +50,6 @@
 #
 ############################################################################
 
-ifeq ($(CONFIG_NETUTILS_WIFI),y)
-
 CSRCS += slsi_wifi_api.c
 CSRCS += slsi_wifi_utils.c
 
@@ -61,5 +59,3 @@ CFLAGS += -I$(TOPDIR)$(DELIM)../apps$(DELIM)wpa_supplicant$(DELIM)src$(DELIM)com
 
 DEPPATH += --dep-path slsi_wifi
 VPATH += :slsi_wifi
-
-endif