From 848a2753a2259a08ad24146feac7cad481c32f3f Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Thu, 2 Jun 2016 20:33:17 -0400
Subject: [PATCH] port 467dff6c207d054718a5e20bd29cee09d368ecd7 from Pd-l2ork:
 added support for rpi3

---
 l2ork_addons/raspberry_pi/makefile.include | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/l2ork_addons/raspberry_pi/makefile.include b/l2ork_addons/raspberry_pi/makefile.include
index 7bb5c60e9..242cd72ea 100644
--- a/l2ork_addons/raspberry_pi/makefile.include
+++ b/l2ork_addons/raspberry_pi/makefile.include
@@ -37,6 +37,9 @@ endif
 ifeq ($(UNAME_MACHINE),armv6l)
   ARCH = l_arm
 endif
+ifeq ($(UNAME_MACHINE),armv7l)
+  ARCH = l_arm
+endif
 
 current: $(ARCH)
 
-- 
GitLab