From c8f9c302c26ba0e3a398ebe8005dc2a8b489cc2b Mon Sep 17 00:00:00 2001 From: Daniel Schwierzeck Date: Mon, 18 Jul 2011 06:09:15 +0000 Subject: Extend build-system for SPL framework Signed-off-by: Aneesh V Signed-off-by: Daniel Schwierzeck --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 62c2078d450..947805912d4 100644 --- a/Makefile +++ b/Makefile @@ -104,10 +104,11 @@ $(if $(BUILD_DIR),,$(error output directory "$(saved-output)" does not exist)) endif # ifneq ($(BUILD_DIR),) OBJTREE := $(if $(BUILD_DIR),$(BUILD_DIR),$(CURDIR)) +SPLTREE := $(OBJTREE)/spl SRCTREE := $(CURDIR) TOPDIR := $(SRCTREE) LNDIR := $(OBJTREE) -export TOPDIR SRCTREE OBJTREE +export TOPDIR SRCTREE OBJTREE SPLTREE MKCONFIG := $(SRCTREE)/mkconfig export MKCONFIG -- cgit v1.2.3