summaryrefslogtreecommitdiff
path: root/apps/examples/Make.defs
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/Make.defs
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/Make.defs')
-rw-r--r--apps/examples/Make.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/examples/Make.defs b/apps/examples/Make.defs
index d03b976d2..0733d9419 100644
--- a/apps/examples/Make.defs
+++ b/apps/examples/Make.defs
@@ -62,6 +62,10 @@ ifeq ($(CONFIG_EXAMPLES_DISCOVER),y)
CONFIGURED_APPS += examples/discover
endif
+ifeq ($(CONFIG_EXAMPLES_ELF),y)
+CONFIGURED_APPS += examples/elf
+endif
+
ifeq ($(CONFIG_EXAMPLES_FTPC),y)
CONFIGURED_APPS += examples/ftpc
endif