summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-25 20:06:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-25 20:06:46 +0000
commit5ae419f6845ff28bcbdb339cdfb66f6b2e46f9ab (patch)
tree871dcd80c04a5b65c613cbc80c92a83d7bbbbe46 /apps/examples/Kconfig
parent8cbc20e05c24cc3e2b0b4774f4850357b9f46595 (diff)
downloadnuttx-5ae419f6845ff28bcbdb339cdfb66f6b2e46f9ab.tar.gz
nuttx-5ae419f6845ff28bcbdb339cdfb66f6b2e46f9ab.tar.bz2
nuttx-5ae419f6845ff28bcbdb339cdfb66f6b2e46f9ab.zip
Add an example for testing the ELF loader
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5260 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/Kconfig')
-rw-r--r--apps/examples/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig
index 865268add..a37308eaa 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -27,6 +27,10 @@ menu "DHCP Server Example"
source "$APPSDIR/examples/dhcpd/Kconfig"
endmenu
+menu "ELF Loader Example"
+source "$APPSDIR/examples/elf/Kconfig"
+endmenu
+
menu "FTP Client Example"
source "$APPSDIR/examples/ftpc/Kconfig"
endmenu