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/vidtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vidtime') diff --git a/src/vidtime/Makefile b/src/vidtime/Makefile index 327614bc..f8e47a3f 100644 --- a/src/vidtime/Makefile +++ b/src/vidtime/Makefile @@ -35,7 +35,7 @@ PRODUCT=VidTime PRODUCT_DEF=-DVIDTIME IDPRODUCT=0x002b -CFLAGS = $(PRODUCT_DEF) $(STMF0_CFLAGS) -Os -g +CFLAGS = $(PRODUCT_DEF) $(STMF0_CFLAGS) PROGNAME=vidtime-v1.0 PROG=$(PROGNAME)-$(VERSION).elf -- cgit v1.2.3