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/telegps-v0.1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/telegps-v0.1/Makefile') diff --git a/src/telegps-v0.1/Makefile b/src/telegps-v0.1/Makefile index 0365f91f..90fd8a50 100644 --- a/src/telegps-v0.1/Makefile +++ b/src/telegps-v0.1/Makefile @@ -75,7 +75,7 @@ PRODUCT=TeleGPS-v0.1 PRODUCT_DEF=-DTELEGPS IDPRODUCT=0x0025 -CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) $(PROFILE_DEF) $(SAMPLE_PROFILE_DEF) $(STACK_GUARD_DEF) -Os -g +CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) $(PROFILE_DEF) $(SAMPLE_PROFILE_DEF) $(STACK_GUARD_DEF) PROGNAME=telegps-v0.1 PROG=$(PROGNAME)-$(VERSION).elf -- cgit v1.2.3