Skip to content
Snippets Groups Projects
Commit 62ceb486 authored by anon's avatar anon
Browse files

remove jenkins.mk, buildserver does not use it anylonger.

parent 90a19b30
Branches
Tags 0.2.99-beta.1
No related merge requests found
all:
@echo "Available make-targets:"
@echo "gluonbranch: show the gluon branch site.mk requires"
@echo " ex: \$> make -f jenkins.mk gluonbranch"
@echo " # v2016.1.4"
@echo "targets: show enabled gluon targets aka SOC models to build freifunk firmware for."
@echo " This requires the current working directory being the gluon source tree."
@echo " ex: \$> cd <gluon-src-tree>; make -f <path to site-conf>/jenkins.mk targets"
# gluonbranch
ifeq ($(MAKECMDGOALS),gluonbranch)
include site.mk
.PHONY: gluonbranch
gluonbranch:
@echo $(GLUON_CHECKOUT)
endif
# targets
ifeq ($(MAKECMDGOALS),targets)
GLUONDIR:=${CURDIR}
include $(GLUONDIR)/include/gluon.mk
include $(GLUONDIR)/targets/targets.mk
.PHONY: targets
targets:
@echo $(GLUON_TARGETS)
endif
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment