summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-05 09:16:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-05 09:16:08 -0600
commit46e70207ede819e3855c0b605c57d04c849bfd31 (patch)
tree8b34f3b1b8680dfc4a194a1ea049afa103453fa5 /apps/Makefile
parent78ee7731d45a25af6e56549b0be8d4a2f88acbbe (diff)
downloadnuttx-46e70207ede819e3855c0b605c57d04c849bfd31.tar.gz
nuttx-46e70207ede819e3855c0b605c57d04c849bfd31.tar.bz2
nuttx-46e70207ede819e3855c0b605c57d04c849bfd31.zip
Flesh out apps/import/Make.defs a little
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 6682d7bc6..b8d73f995 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -99,6 +99,10 @@ EXTERNAL_DIR := $(dir $(wildcard external$(DELIM)Makefile))
INSTALLED_APPS += $(EXTERNAL_DIR)
SUBDIRS += $(EXTERNAL_DIR)
+# Library path
+
+LIBPATH ?= $(TOPDIR)/libs
+
# The final build target
BIN = libapps$(LIBEXT)