From 37701ac70a3047f8f161628e6f59dfacc185233f Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 1 Apr 2011 14:30:43 +0000 Subject: Remove .built_always git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3449 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/mcu123-lpc214x/nsh/appconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/mcu123-lpc214x/nsh') diff --git a/nuttx/configs/mcu123-lpc214x/nsh/appconfig b/nuttx/configs/mcu123-lpc214x/nsh/appconfig index 563f5185d..e27ab3fc9 100644 --- a/nuttx/configs/mcu123-lpc214x/nsh/appconfig +++ b/nuttx/configs/mcu123-lpc214x/nsh/appconfig @@ -35,9 +35,9 @@ # Path to example in apps/examples containing the user_start entry point -CONFIGURED_APPS += examples/nsh=.built_always +CONFIGURED_APPS += examples/nsh # The NSH library -CONFIGURED_APPS += nshlib=.built_always +CONFIGURED_APPS += nshlib -- cgit v1.2.3