diff --git a/Makefile b/Makefile index 60755e5..c95d3ca 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,9 @@ endif ifeq ($(ARCH),$(filter $(ARCH),ppc64le)) override ARCH = ppc64 endif +ifeq ($(ARCH),$(filter $(ARCH),armv7l)) + override ARCH = arm +endif LIBDIR := /lib INCLUDEDIR := /usr/include