From 5ae419f6845ff28bcbdb339cdfb66f6b2e46f9ab Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 25 Oct 2012 20:06:46 +0000 Subject: 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 --- apps/examples/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/examples/Kconfig') 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 -- cgit v1.2.3