diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-13 22:29:22 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-13 22:29:22 -0700 |
commit | 125ff0b7c74af4db98a81439ee9f1b92fe8b8833 (patch) | |
tree | 5a51483386ae1e2415ed8287d06d23a7d5fad9dd | |
parent | 672edb20434248038ef5fbb87f2c0984bd5ad513 (diff) |
altos: Don't bother fixing telelco-v0.1, just disable it
Lots of stuff to do to make this old project build; just disable it
instead of fixing
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 5ae61a00..11f149dd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -33,7 +33,7 @@ ARMDIRS=\ 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.1 \ + stm-bringup stm-demo \ telelco-v0.2 telelco-v0.2/flash-loader \ telescience-v0.2 |