From 46befd16063c1f5ac68344cf5419a33a56d3a1ab Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 29 Sep 2011 16:25:21 +0000 Subject: Add a simple touchscreen test git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3995 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/examples/Makefile') diff --git a/apps/examples/Makefile b/apps/examples/Makefile index 48e450bd5..e0af2bfc7 100644 --- a/apps/examples/Makefile +++ b/apps/examples/Makefile @@ -40,7 +40,7 @@ SUBDIRS = buttons dhcpd ftpc hello helloxx hidkbd igmp lcdrw mm mount \ nettest nsh null nx nxffs nxflat nxhello nximage nxlines \ nxtext ostest pashello pipe poll rgmp romfs sendmail serloop \ - thttpd tiff udp uip usbserial usbstorage usbterm wget wlan + thttpd tiff touchscreen udp uip usbserial usbstorage usbterm wget wlan # Sub-directories that might need context setup @@ -67,6 +67,9 @@ endif ifeq ($(CONFIG_EXAMPLES_TIFF_BUILTIN),y) CNTXTDIRS += tiff endif +ifeq ($(CONFIG_EXAMPLES_TOUCHSCREEN_BUILTIN),y) +CNTXTDIRS += touchscreen +endif ifeq ($(CONFIG_EXAMPLES_USBSTRG_BUILTIN),y) CNTXTDIRS += usbstorage endif -- cgit v1.2.3