diff options
| author | Keith Packard <keithp@keithp.com> | 2013-10-07 22:00:15 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-10-07 22:01:56 -0700 |
| commit | 258d225df1f4afe1cfdc9c43208bcd75d18cdf2d (patch) | |
| tree | bb47a6daa81aff7440b8229677296d511bf3b9d4 /src/Makefile | |
| parent | 8f7edcee2db30652ce0b147f282de3396c3786ad (diff) | |
altos: Rename easymini-v0.1 to easymini-v1.0
The production boards are the same as the modified v0.1 boards
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 9a8cb837..23cd2920 100644 --- a/src/Makefile +++ b/src/Makefile @@ -33,11 +33,10 @@ ARMDIRS=\ telegps-v0.3 telegps-v0.3/flash-loader \ stm-bringup stm-demo \ telelco-v0.2 telelco-v0.2/flash-loader \ - telescience-v0.2 telescience-v0.2/flash-loader \ - easymini-v0.1 easymini-v0.1/flash-loader + telescience-v0.2 telescience-v0.2/flash-loader ARMM0DIRS=\ - easymini-v0.1 + easymini-v1.0 easymini-v1.0/flash-loader ifneq ($(shell which sdcc),) SUBDIRS += $(SDCCDIRS) |
