Skip to content
Snippets Groups Projects
Commit 848a2753 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

port 467dff6c207d054718a5e20bd29cee09d368ecd7 from Pd-l2ork: added support for rpi3

parent 3dca99c0
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,9 @@ endif
ifeq ($(UNAME_MACHINE),armv6l)
ARCH = l_arm
endif
ifeq ($(UNAME_MACHINE),armv7l)
ARCH = l_arm
endif
current: $(ARCH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment