Skip to content
Snippets Groups Projects
Commit 40030893 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Allow setting GLUON_BUILDDIR and GLUON_IMAGEDIR manually

parent f045aab0
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment