diff --git a/Makefile b/Makefile index 9abfc6f..6fc182c 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ setup_release: ifndef RELEASE $(error RELEASE is not set) endif -ifdef $(ARCH == arm) +ifdef ($(ARCH) == arm) ARCH = armhf echo ARCH = armhf endif