Modifications to wifi_test Makefile, to remove builtin feature
authorVenkatraman Iyer <venkat.iyer@samsung.com>
Thu, 11 May 2017 10:17:17 +0000 (19:17 +0900)
committerVenkatraman Iyer <venkat.iyer@samsung.com>
Thu, 11 May 2017 10:17:17 +0000 (19:17 +0900)
apps/examples/wifi_test/Makefile

index 46a7652..44e8f0f 100644 (file)
 -include $(TOPDIR)/Make.defs
 include $(APPDIR)/Make.defs
 
-# WIFI APIs built-in application info
-
-APPNAME = wifi_test
-THREADEXEC = TASH_EXECMD_ASYNC
-
 # WIFI APIs Example
 
 ASRCS =
@@ -92,6 +87,8 @@ install:
 
 endif
 
+context:
+
 .depend: Makefile $(SRCS)
        @$(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
        @touch $@