diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-28 23:09:54 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-04-28 23:09:54 -0700 |
| commit | 782ca054a04397c435dcb35c97a85288e93b0d05 (patch) | |
| tree | 1c87e06c393f109a6f8ee48360d87bc661328e37 /src/telelco-v0.2/flash-loader/Makefile | |
| parent | 3137106434c92cbb8ff10202d4b71795b0e1b309 (diff) | |
altos: Add telelco-v0.2 project
Includes the necessary flash loader bits too
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telelco-v0.2/flash-loader/Makefile')
| -rw-r--r-- | src/telelco-v0.2/flash-loader/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/telelco-v0.2/flash-loader/Makefile b/src/telelco-v0.2/flash-loader/Makefile new file mode 100644 index 00000000..679e61ba --- /dev/null +++ b/src/telelco-v0.2/flash-loader/Makefile @@ -0,0 +1,8 @@ +# +# AltOS flash loader build +# +# + +TOPDIR=../.. +HARDWARE=telelco-v0.2 +include $(TOPDIR)/stm/Makefile-flash.defs |
