2015-02-12 15:58, Panu Matilainen: > + # see if we're building from git > + ifneq ($(wildcard $(RTE_SDK)/.git),) > + DEVEL_BUILD := y > + endif
Yes it allows to force DEVEL_BUILD to any value on command line. But please use RTE_ prefix.
2015-02-12 15:58, Panu Matilainen: > + # see if we're building from git > + ifneq ($(wildcard $(RTE_SDK)/.git),) > + DEVEL_BUILD := y > + endif
Yes it allows to force DEVEL_BUILD to any value on command line. But please use RTE_ prefix.