From 50e9c6738f891af5e1a79f67d3a2103038c1eabc Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 22 Dec 2018 13:05:58 -0500 Subject: scripts: Add a test case for Ubuntu 18.04 compiler error Attempt to detect a bad build of Klipper and report an error. Signed-off-by: Kevin O'Connor --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8bdb534d..bf599e69 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,7 @@ $(OUT)compile_time_request.o: $(patsubst %.c, $(OUT)src/%.o.ctr,$(src-y)) ./scri $(OUT)klipper.elf: $(patsubst %.c, $(OUT)src/%.o,$(src-y)) $(OUT)compile_time_request.o @echo " Linking $@" $(Q)$(CC) $^ $(CFLAGS_klipper.elf) -o $@ + $(Q)scripts/check-gcc.sh $@ $(OUT)compile_time_request.o ################ Kconfig rules -- cgit v1.2.3-70-g09d2