make build dir (OBJDIR) changeable
This commit is contained in:
parent
168292425f
commit
86165af726
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ ifndef ISP_EXT_FUSE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Everything gets built in here
|
# Everything gets built in here
|
||||||
OBJDIR = build-cli
|
OBJDIR ?= build-cli
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
# Local sources
|
# Local sources
|
||||||
|
|
Loading…
Reference in a new issue