From d890cd67c3ef9e702a71bb5ed2f8a5e9e6d4cfac Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 24 May 2013 10:00:54 -0600 Subject: Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for the STM32 L family, some STM32L-Discovery LCD debug changes --- apps/examples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/examples/Makefile') diff --git a/apps/examples/Makefile b/apps/examples/Makefile index 2ffe131c6..906e479ac 100644 --- a/apps/examples/Makefile +++ b/apps/examples/Makefile @@ -41,7 +41,7 @@ SUBDIRS = adc buttons can cdcacm composite cxxtest dhcpd discover elf SUBDIRS += flash_test ftpc ftpd hello helloxx hidkbd igmp json keypadtest SUBDIRS += lcdrw mm modbus mount mtdpart nettest nsh null nx nxconsole nxffs SUBDIRS += nxflat nxhello nximage nxlines nxtext ostest pashello pipe poll -SUBDIRS += posix_spawn pwm qencoder relays rgmp romfs sendmail serloop +SUBDIRS += posix_spawn pwm qencoder relays rgmp romfs sendmail serloop slcd SUBDIRS += smart smart_test tcpecho telnetd thttpd tiff touchscreen udp uip SUBDIRS += usbserial usbstorage usbterm watchdog wget wgetjson xmlrpc @@ -60,7 +60,7 @@ CNTXTDIRS = pwm ifeq ($(CONFIG_NSH_BUILTIN_APPS),y) CNTXTDIRS += adc can cdcacm composite cxxtest dhcpd discover flash_test ftpd CNTXTDIRS += hello helloxx json keypadtestmodbus mtdpart nettest nxlines relays -CNTXTDIRS += qencoder smart_test tcpecho telnetd watchdog wgetjson +CNTXTDIRS += qencoder slcd smart_test tcpecho telnetd watchdog wgetjson endif ifeq ($(CONFIG_EXAMPLES_LCDRW_BUILTIN),y) -- cgit v1.2.3