From 7c5b69e932df8f1ade52bddca3be75b2c148d29c Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 8 Oct 2016 21:02:47 +0200 Subject: [PATCH] added raspberry pi build targets to makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d23cac7..ca2d6b4 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,9 @@ GLUON_TARGETS ?= \ mpc85xx-generic \ x86-64 \ x86-generic \ - x86-kvm_guest + x86-kvm_guest \ + brcm2708-bcm2708 \ + brcm2708-bcm2709 GLUON_RELEASE := $(shell git describe --tags 2>/dev/null) ifneq (,$(shell git describe --exact-match --tags 2>/dev/null))