From fc6a4ed50a09f1a1e2822f8f489762bc49cda21c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 4 Sep 2014 15:54:51 -0600 Subject: Beginning of logic that will, hopefully, all me to build applications against a NuttX export package (vs. the nuttx/ source tree). --- apps/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index 0a118e6b8..6ce150562 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -48,8 +48,8 @@ APPDIR = ${shell pwd} # list can be extended by the .config file as well. CONFIGURED_APPS = -SUBDIRS = examples graphics interpreters modbus builtin nshlib netutils -SUBDIRS += platform system +SUBDIRS = examples graphics interpreters modbus builtin import nshlib +SUBDIRS += netutils platform system # The list of configured directories is derived from NuttX configuration # file: The selected applications are enabled settings in the configuration -- cgit v1.2.3