From a662b82e51bf28f02700b018eb94559fb415f4ce Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 11 Dec 2020 10:54:03 +0100 Subject: [PATCH] Don't build with Panda lights. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b68026fd..cb02262f 100644 --- a/Makefile +++ b/Makefile @@ -251,7 +251,7 @@ $(KLH10): $(MKDIR) tmp; \ cd tmp; \ export CONFFLAGS_USR="-DKLH10_DEV_DPTM03=0 $$CONFFLAGS_USR"; \ - ../configure --enable-lights --bindir="$(CURDIR)/build/klh10"; \ + ../configure --bindir="$(CURDIR)/build/klh10"; \ $(MAKE) -C bld-ks-its; \ $(MAKE) -C bld-ks-its install