summaryrefslogtreecommitdiff
path: root/src/Makedefs.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2019-02-18 12:59:05 -0800
committerKeith Packard <keithp@keithp.com>2019-02-18 13:08:23 -0800
commit7a89aa1ea7e1b02b5cd310986adf4239ec0ce91d (patch)
tree74e5fe54f95ab21e513a1c9a14b8a02c1c8cffea /src/Makedefs.in
parent889518aeee080b0f8bb954db86d08105898d8161 (diff)
altos: Move common build definitions to src/Makefile.defs
This cleans up the build process for all architectures, providing a common place to specify vpath, cflags and build rules for various common files. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makedefs.in')
-rw-r--r--src/Makedefs.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makedefs.in b/src/Makedefs.in
index b87e8846..b5639f73 100644
--- a/src/Makedefs.in
+++ b/src/Makedefs.in
@@ -7,3 +7,5 @@ HAVE_NEWLIB_NANO=@HAVE_NEWLIB_NANO@
AVR_CC=@AVR_CC@
AVR_OBJCOPY=@AVR_OBJCOPY@
HAVE_AVR_CC=@HAVE_AVR_CC@
+
+VERSION=@VERSION@