From 33a3edbaf731fd409bfd6e9aa3ad46a194a2f9a4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 31 Oct 2012 16:04:45 +0000 Subject: Add apps/examples/wgetjson from Darcy Gong git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5281 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/Make.defs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/examples/Make.defs') diff --git a/apps/examples/Make.defs b/apps/examples/Make.defs index ad5653c82..67c1685fe 100644 --- a/apps/examples/Make.defs +++ b/apps/examples/Make.defs @@ -234,6 +234,10 @@ ifeq ($(CONFIG_EXAMPLES_WGET),y) CONFIGURED_APPS += examples/wget endif +ifeq ($(CONFIG_EXAMPLES_WGETJSON),y) +CONFIGURED_APPS += examples/wgetjson +endif + ifeq ($(CONFIG_EXAMPLES_WLAN),y) CONFIGURED_APPS += examples/wlan endif -- cgit v1.2.3