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/avr-demo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/avr-demo') diff --git a/src/avr-demo/Makefile b/src/avr-demo/Makefile index 0aca6f8a..2f3a0750 100644 --- a/src/avr-demo/Makefile +++ b/src/avr-demo/Makefile @@ -47,7 +47,7 @@ MCU=atmega32u4 PRODUCT_DEF=-DAVR_DEMO IDPRODUCT=0x000a CFLAGS = $(PRODUCT_DEF) -I. -I../avr -I../kernel -I.. -CFLAGS += -g -mmcu=$(MCU) -Wall -Wstrict-prototypes -Os -mcall-prologues +CFLAGS += -mmcu=$(MCU) -Wall -Wstrict-prototypes -mcall-prologues NICKLE=nickle -- cgit v1.2.3