From 5ee86601a172384191c3ea92d72785711c7cc201 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 27 Mar 2013 00:03:25 +0000 Subject: Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringup git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5791 42af7a65-404d-4744-a932-0658087f49c3 --- apps/system/Make.defs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/system/Make.defs') diff --git a/apps/system/Make.defs b/apps/system/Make.defs index 3c679f112..c0099684a 100644 --- a/apps/system/Make.defs +++ b/apps/system/Make.defs @@ -46,6 +46,10 @@ ifeq ($(CONFIG_SYSTEM_INSTALL),y) CONFIGURED_APPS += system/install endif +ifeq ($(CONFIG_SYSTEM_RAMTEST),y) +CONFIGURED_APPS += system/ramtest +endif + ifeq ($(CONFIG_SYSTEM_READLINE),y) CONFIGURED_APPS += system/readline endif -- cgit v1.2.3