summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/avr32dev1/nsh/appconfig2
-rw-r--r--nuttx/configs/detron/nsh/appconfig2
-rw-r--r--nuttx/configs/ea3131/nsh/appconfig2
-rw-r--r--nuttx/configs/eagle100/nsh/appconfig2
-rw-r--r--nuttx/configs/ez80f910200zco/nsh/appconfig2
-rw-r--r--nuttx/configs/lm3s6965-ek/nsh/appconfig2
-rw-r--r--nuttx/configs/lm3s8962-ek/nsh/appconfig2
-rw-r--r--nuttx/configs/mbed/nsh/appconfig2
-rw-r--r--nuttx/configs/mcu123-lpc214x/nsh/appconfig2
-rw-r--r--nuttx/configs/ntosd-dm320/nsh/appconfig2
-rw-r--r--nuttx/configs/nucleus2g/nsh/appconfig2
-rw-r--r--nuttx/configs/olimex-lpc1766stk/nsh/appconfig2
-rw-r--r--nuttx/configs/olimex-lpc2378/nsh/appconfig2
-rw-r--r--nuttx/configs/olimex-strp711/nsh/appconfig2
-rw-r--r--nuttx/configs/qemu-i486/nsh/appconfig2
-rw-r--r--nuttx/configs/sam3u-ek/nsh/appconfig2
-rw-r--r--nuttx/configs/sim/nsh/appconfig2
-rw-r--r--nuttx/configs/stm3210e-eval/nsh/appconfig2
-rw-r--r--nuttx/configs/us7032evb1/nsh/appconfig2
-rwxr-xr-xnuttx/configs/vsn/nsh/appconfig14
-rw-r--r--nuttx/configs/xtrs/nsh/appconfig2
-rw-r--r--nuttx/configs/z80sim/nsh/appconfig2
22 files changed, 28 insertions, 28 deletions
diff --git a/nuttx/configs/avr32dev1/nsh/appconfig b/nuttx/configs/avr32dev1/nsh/appconfig
index a34eda375..d1701eff2 100644
--- a/nuttx/configs/avr32dev1/nsh/appconfig
+++ b/nuttx/configs/avr32dev1/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/detron/nsh/appconfig b/nuttx/configs/detron/nsh/appconfig
index 57fd74915..7abe0c6ed 100644
--- a/nuttx/configs/detron/nsh/appconfig
+++ b/nuttx/configs/detron/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/ea3131/nsh/appconfig b/nuttx/configs/ea3131/nsh/appconfig
index 878ce1853..85f04b727 100644
--- a/nuttx/configs/ea3131/nsh/appconfig
+++ b/nuttx/configs/ea3131/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/eagle100/nsh/appconfig b/nuttx/configs/eagle100/nsh/appconfig
index 97028d4c3..91ae18de2 100644
--- a/nuttx/configs/eagle100/nsh/appconfig
+++ b/nuttx/configs/eagle100/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/ez80f910200zco/nsh/appconfig b/nuttx/configs/ez80f910200zco/nsh/appconfig
index db733c0ba..80161aac8 100644
--- a/nuttx/configs/ez80f910200zco/nsh/appconfig
+++ b/nuttx/configs/ez80f910200zco/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/lm3s6965-ek/nsh/appconfig b/nuttx/configs/lm3s6965-ek/nsh/appconfig
index d4f8c3ad6..8c0158df0 100644
--- a/nuttx/configs/lm3s6965-ek/nsh/appconfig
+++ b/nuttx/configs/lm3s6965-ek/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/lm3s8962-ek/nsh/appconfig b/nuttx/configs/lm3s8962-ek/nsh/appconfig
index 4c5c6d157..723d429ac 100644
--- a/nuttx/configs/lm3s8962-ek/nsh/appconfig
+++ b/nuttx/configs/lm3s8962-ek/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/mbed/nsh/appconfig b/nuttx/configs/mbed/nsh/appconfig
index 3563dcc63..f06086b59 100644
--- a/nuttx/configs/mbed/nsh/appconfig
+++ b/nuttx/configs/mbed/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/mcu123-lpc214x/nsh/appconfig b/nuttx/configs/mcu123-lpc214x/nsh/appconfig
index 439fa9c7f..a0d5aadb2 100644
--- a/nuttx/configs/mcu123-lpc214x/nsh/appconfig
+++ b/nuttx/configs/mcu123-lpc214x/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/ntosd-dm320/nsh/appconfig b/nuttx/configs/ntosd-dm320/nsh/appconfig
index f43f12058..4378bc7b1 100644
--- a/nuttx/configs/ntosd-dm320/nsh/appconfig
+++ b/nuttx/configs/ntosd-dm320/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/nucleus2g/nsh/appconfig b/nuttx/configs/nucleus2g/nsh/appconfig
index 7c6dd08f8..2a369b8ab 100644
--- a/nuttx/configs/nucleus2g/nsh/appconfig
+++ b/nuttx/configs/nucleus2g/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/olimex-lpc1766stk/nsh/appconfig b/nuttx/configs/olimex-lpc1766stk/nsh/appconfig
index 58b0c3b53..64bdcee3f 100644
--- a/nuttx/configs/olimex-lpc1766stk/nsh/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/olimex-lpc2378/nsh/appconfig b/nuttx/configs/olimex-lpc2378/nsh/appconfig
index 21d8d346e..13b19fd1a 100644
--- a/nuttx/configs/olimex-lpc2378/nsh/appconfig
+++ b/nuttx/configs/olimex-lpc2378/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/olimex-strp711/nsh/appconfig b/nuttx/configs/olimex-strp711/nsh/appconfig
index b8fc1d238..b988f2098 100644
--- a/nuttx/configs/olimex-strp711/nsh/appconfig
+++ b/nuttx/configs/olimex-strp711/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/qemu-i486/nsh/appconfig b/nuttx/configs/qemu-i486/nsh/appconfig
index 6ad247659..1e0507ce8 100644
--- a/nuttx/configs/qemu-i486/nsh/appconfig
+++ b/nuttx/configs/qemu-i486/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/sam3u-ek/nsh/appconfig b/nuttx/configs/sam3u-ek/nsh/appconfig
index 2ce871372..68384b897 100644
--- a/nuttx/configs/sam3u-ek/nsh/appconfig
+++ b/nuttx/configs/sam3u-ek/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/sim/nsh/appconfig b/nuttx/configs/sim/nsh/appconfig
index 6e5816518..01e99d219 100644
--- a/nuttx/configs/sim/nsh/appconfig
+++ b/nuttx/configs/sim/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/stm3210e-eval/nsh/appconfig b/nuttx/configs/stm3210e-eval/nsh/appconfig
index 2b6c43302..d26c51dc7 100644
--- a/nuttx/configs/stm3210e-eval/nsh/appconfig
+++ b/nuttx/configs/stm3210e-eval/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/us7032evb1/nsh/appconfig b/nuttx/configs/us7032evb1/nsh/appconfig
index b3d0be81a..ca3b04385 100644
--- a/nuttx/configs/us7032evb1/nsh/appconfig
+++ b/nuttx/configs/us7032evb1/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/vsn/nsh/appconfig b/nuttx/configs/vsn/nsh/appconfig
index 65e8c220f..0d7fd27f4 100755
--- a/nuttx/configs/vsn/nsh/appconfig
+++ b/nuttx/configs/vsn/nsh/appconfig
@@ -49,24 +49,24 @@
#CONFIG_BUILTIN_APP_START="hello"
# Application Libraries
-CONFIGURED_APPS += nshlib/.built_always
+CONFIGURED_APPS += nshlib=.built_always
# Individual selection of built-in applications:
# Hello world provide a simple skeleton/demo application
-CONFIGURED_APPS += hello/.built_always
+CONFIGURED_APPS += hello=.built_always
# Provide poweroff command to switch off the board
-CONFIGURED_APPS += poweroff/.built_always
+CONFIGURED_APPS += poweroff=.built_always
# Provide SDcard tool
-CONFIGURED_APPS += sdcard/.built_always
+CONFIGURED_APPS += sdcard=.built_always
# Provide RAMTRON tool
-CONFIGURED_APPS += ramtron/.built_always
+CONFIGURED_APPS += ramtron=.built_always
# Provide UNIX style free
-CONFIGURED_APPS += free/.built_always
+CONFIGURED_APPS += free=.built_always
# Provide JAVA Virtual Machine (the Darjeeling JVM)
-#CONFIGURED_APPS += jvm/.built_always
+#CONFIGURED_APPS += jvm=.built_always
diff --git a/nuttx/configs/xtrs/nsh/appconfig b/nuttx/configs/xtrs/nsh/appconfig
index 7325820e9..223d55423 100644
--- a/nuttx/configs/xtrs/nsh/appconfig
+++ b/nuttx/configs/xtrs/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
diff --git a/nuttx/configs/z80sim/nsh/appconfig b/nuttx/configs/z80sim/nsh/appconfig
index acd2aa82d..229d3a548 100644
--- a/nuttx/configs/z80sim/nsh/appconfig
+++ b/nuttx/configs/z80sim/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file