altos: Broken test for M0 compiler in src/Makefile
[fw/altos] / src / Makefile
index ae231c64af20a19482965819a36a0ceb77f02223..3e4ed68d4d630180872444c45012bb21b1cccdc1 100644 (file)
@@ -47,7 +47,7 @@ ifeq ($(strip ($HAVE_ARM_M3_CC)),yes)
        SUBDIRS += $(ARMM3DIRS)
 endif
 
-ifneq ($(strip ($HAVE_ARM_M0_CC)),yes)
+ifeq ($(strip ($HAVE_ARM_M0_CC)),yes)
        SUBDIRS += $(ARMM0DIRS)
 endif