summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
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)