From 7a89aa1ea7e1b02b5cd310986adf4239ec0ce91d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 18 Feb 2019 12:59:05 -0800 Subject: 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 --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 1efa1b33..b887da39 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,8 +12,8 @@ vpath kalman_micro.5c kalman vpath load_csv.5c kalman vpath matrix.5c kalman -include Version TOPDIR=. + include Makedefs ARMM3DIRS=\ @@ -49,7 +49,7 @@ ARMM0DIRS=\ micropeak-v2.0 micropeak-v2.0/flash-loader AVRDIRS=\ - micropeak microkite + micropeak microkite microsplash SUBDIRS= -- cgit v1.2.3