diff options
| author | Keith Packard <keithp@keithp.com> | 2014-05-21 01:41:38 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-05-21 01:43:12 -0700 |
| commit | b278a73cb54ba2f107bf91089f87c11528f017ab (patch) | |
| tree | c62aa5fdc666daa184c97d2ef58c19d86f1f6fa2 /src/easymega-v0.1 | |
| parent | f3544daf08f38aa8e28ca214a19ab7fd47c0c802 (diff) | |
altos/stm: Make stm applications depend on ao_boot.h
This should make sure they get recompiled when boot stuff changes.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/easymega-v0.1')
| -rw-r--r-- | src/easymega-v0.1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/easymega-v0.1/Makefile b/src/easymega-v0.1/Makefile index 6e440fe4..66619852 100644 --- a/src/easymega-v0.1/Makefile +++ b/src/easymega-v0.1/Makefile @@ -9,6 +9,7 @@ INC = \ ao.h \ ao_arch.h \ ao_arch_funcs.h \ + ao_boot.h \ ao_companion.h \ ao_data.h \ ao_sample.h \ |
