summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@googlemail.com>2011-07-18 06:09:15 +0000
committerWolfgang Denk <wd@denx.de>2011-07-26 14:42:40 +0200
commitc8f9c302c26ba0e3a398ebe8005dc2a8b489cc2b (patch)
tree4bcad686d3408ed6c54665c1645521948c36e5b6 /Makefile
parent6a11cf48a569d747bcf374a8da88393dc209a347 (diff)
downloadblackbird-obmc-uboot-c8f9c302c26ba0e3a398ebe8005dc2a8b489cc2b.tar.gz
blackbird-obmc-uboot-c8f9c302c26ba0e3a398ebe8005dc2a8b489cc2b.zip
Extend build-system for SPL framework
Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62c2078d45..947805912d 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
OpenPOWER on IntegriCloud