From 46e70207ede819e3855c0b605c57d04c849bfd31 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 5 Sep 2014 09:16:08 -0600 Subject: Flesh out apps/import/Make.defs a little --- apps/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/Makefile') 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) -- cgit v1.2.3