From 7e8d7666ca5ee0f147e29ae0911ee1c7e5d15801 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 12 Sep 2015 11:00:15 -0500 Subject: add config.mak to allow setting toolchain options --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 726ae6f..ef8ad3a 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,8 @@ SATURN_OBJCOPY = $(SATURN_CROSS)objcopy SATURN_CFLAGS = -Os -pipe -std=c99 -nostdlib SATURN_LDFLAGS = +-include config.mak + BOOTSRCS = $(sort $(wildcard boot/*.c)) BOOTELFS = $(patsubst %.c,%.elf,$(BOOTSRCS)) BOOTBINS = $(patsubst boot/%.c,share/%.boot,$(BOOTSRCS)) -- cgit v1.2.3