X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FMakefile;h=7ffc52d6431d9b90d9621668f12226f849a0a37d;hb=62547a042d042fadec652c5081f96816a8e66970;hp=d91a235a2c7404f3d05ab594acfea7babd25c4f1;hpb=1d3ab47d82fe005ab6854386c0ffa5771ee49bf6;p=fw%2Faltos diff --git a/src/Makefile b/src/Makefile index d91a235a..7ffc52d6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -29,8 +29,16 @@ AVRDIRS=\ telescience-v0.1 telescience-pwm telepyro-v0.1 micropeak ARMDIRS=\ - megametrum-v0.1 megadongle-v0.1 stm-bringup stm-demo telelco-v0.1 \ - telescience-v0.2 + telemega-v0.1 telemega-v0.1/flash-loader \ + telemega-v0.3 telemega-v0.3/flash-loader \ + megadongle-v0.1 megadongle-v0.1/flash-loader \ + telegps-v0.1 telegps-v0.1/flash-loader \ + stm-bringup stm-demo \ + 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) @@ -40,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