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/stm-vga/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stm-vga') diff --git a/src/stm-vga/Makefile b/src/stm-vga/Makefile index fa0d008f..fb73ba2c 100644 --- a/src/stm-vga/Makefile +++ b/src/stm-vga/Makefile @@ -53,7 +53,7 @@ ALTOS_SRC = \ PRODUCT=StmVga-v0.0 IDPRODUCT=0x000a -CFLAGS = $(STM_CFLAGS) -g -Os +CFLAGS = $(STM_CFLAGS) PROG=stm-vga-$(VERSION) ELF=$(PROG).elf -- cgit v1.2.3