Allow setting GLUON_BUILDDIR and GLUON_IMAGEDIR manually

This commit is contained in:
Matthias Schiffer 2014-02-23 22:41:21 +01:00
parent f045aab008
commit 4003089347
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
ifneq ($(__gluon_inc),1)
__gluon_inc=1
GLUON_SITEDIR := $(GLUONDIR)/site
GLUON_IMAGEDIR := $(GLUONDIR)/images
GLUON_OPENWRTDIR := $(GLUONDIR)/openwrt
GLUON_BUILDDIR := $(GLUONDIR)/build
GLUON_SITEDIR := $(GLUONDIR)/site
GLUON_IMAGEDIR ?= $(GLUONDIR)/images
GLUON_BUILDDIR ?= $(GLUONDIR)/build
BOARD_BUILDDIR = $(GLUON_BUILDDIR)/$(BOARD)
BOARD_KDIR = $(BOARD_BUILDDIR)/kernel