altos: Add pyro operations to regular ignite commands
[fw/altos] / src / Makefile
index c35964989cfb498c0c831100862aab621c612431..ff26ac203a15e9a45bd7c32952dfcec5f1a80e04 100644 (file)
@@ -26,7 +26,7 @@ SDCCDIRS=\
        spiradio-v0.1
 
 AVRDIRS=\
-       telescience-v0.1 telescience-pwm telepyro-v0.1 micropeak
+       telescience-v0.1 telescience-pwm micropeak
 
 ARMDIRS=\
        telemega-v0.1 telemega-v0.1/flash-loader \
@@ -37,6 +37,9 @@ ARMDIRS=\
        telelco-v0.2 telelco-v0.2/flash-loader \
        telescience-v0.2 telescience-v0.2/flash-loader
 
+ARMM0DIRS=\
+       easymini-v0.1
+
 ifneq ($(shell which sdcc),)
        SUBDIRS += $(SDCCDIRS)
 endif
@@ -45,10 +48,14 @@ ifneq ($(shell which avr-gcc),)
        SUBDIRS += $(AVRDIRS)
 endif
 
-ifneq ($(shell which arm-none-eabi-gcc),)
+ifneq ($(shell which /opt/cortex/bin/arm-none-eabi-gcc),)
        SUBDIRS += $(ARMDIRS)
 endif
 
+ifneq ($(shell which /usr/bin/arm-none-eabi-gcc),)
+       SUBDIRS += $(ARMM0DIRS)
+endif
+
 ALLDIRS=$(SDCCDIRS) $(AVRDIRS) $(ARMDIRS)
 
 all: all-local all-recursive