diff options
| author | Keith Packard <keithp@keithp.com> | 2019-09-16 13:12:08 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2019-09-16 13:12:08 -0700 |
| commit | 28618a728e85b70ecac73983531894a25e90d7f6 (patch) | |
| tree | 704018adc580e1e4b70225e0fed5689e2bfd3eaf /src/easymega-v3.0/flash-loader/Makefile | |
| parent | 28add4f616dbaf06a1ca3234b81c68c4a299d056 (diff) | |
altos: Add EasyMega v3.0 bits (not setup correctly yet)
This adds a new directory for EasyMega v3.0, replacing the mpu9250
with a bmx160.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/easymega-v3.0/flash-loader/Makefile')
| -rw-r--r-- | src/easymega-v3.0/flash-loader/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/easymega-v3.0/flash-loader/Makefile b/src/easymega-v3.0/flash-loader/Makefile new file mode 100644 index 00000000..2b715caf --- /dev/null +++ b/src/easymega-v3.0/flash-loader/Makefile @@ -0,0 +1,8 @@ +# +# AltOS flash loader build +# +# + +TOPDIR=../.. +HARDWARE=easymega-v3.0 +include $(TOPDIR)/stm/Makefile-flash.defs |
