X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FMakefile;h=9e31e3ea914eb9e587310f17bc0072f95d001101;hb=84d35e4cbd7ea2f681c43496b9b9db84f9dd923f;hp=a17f51ac8846623bc218eca63b05c89a68af3ce7;hpb=456120d201d72c89576a0c8d69b2fcba44169507;p=fw%2Faltos diff --git a/src/Makefile b/src/Makefile index a17f51ac..9e31e3ea 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,6 +8,7 @@ vpath make-kalman util vpath make-whiten util vpath kalman.5c kalman vpath kalman_filter.5c kalman +vpath kalman_micro.5c kalman vpath load_csv.5c kalman vpath matrix.5c kalman @@ -22,13 +23,14 @@ SDCCDIRS=\ telelaunch-v0.1 tidongle test \ teleterra-v0.2 teleshield-v0.1 \ telefire-v0.1 \ - spiradio-v0.1 telescience-v0.2 + spiradio-v0.1 AVRDIRS=\ telescience-v0.1 telescience-pwm telepyro-v0.1 micropeak ARMDIRS=\ - megametrum-v0.1 megadongle-v0.1 stm-bringup stm-demo telelco-v0.1 + megametrum-v0.1 megadongle-v0.1 stm-bringup stm-demo telelco-v0.1 \ + telescience-v0.2 ifneq ($(shell which sdcc),) SUBDIRS += $(SDCCDIRS)