diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-18 03:53:32 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-18 03:53:32 -0700 |
commit | c57e1630002c921739ff22395497d93027d381b6 (patch) | |
tree | 708d006a2f077c4204a45c01bbc756287e56e94b /src | |
parent | 278300b2bc98b92cc71ec016ab0fc93eb3696435 (diff) |
altos: Build easymini-v0.1
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index c3596498..5851b2a8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -35,7 +35,8 @@ ARMDIRS=\ 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 + telescience-v0.2 telescience-v0.2/flash-loader \ + easymini-v0.1 ifneq ($(shell which sdcc),) SUBDIRS += $(SDCCDIRS) |