aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-12-22 13:05:58 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-12-22 13:13:31 -0500
commit50e9c6738f891af5e1a79f67d3a2103038c1eabc (patch)
tree831fcbc1c65fa9c9211e9a86c67d6b28046a9a18 /Makefile
parent2a74ffdb95fdd3206627cbdcf1d7bff5a29a55ea (diff)
downloadkutter-50e9c6738f891af5e1a79f67d3a2103038c1eabc.tar.gz
kutter-50e9c6738f891af5e1a79f67d3a2103038c1eabc.tar.xz
kutter-50e9c6738f891af5e1a79f67d3a2103038c1eabc.zip
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 <kevin@koconnor.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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