From 04b7efcdd1a8dfdf461c78d083aabee5445e54bd Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 20 Nov 2019 15:31:14 +0100 Subject: can-bus: Use configuration from JSON file Use configuration from JSON file instead of the old INI file. Now all configuration files lies within the binding tree. Bug-AGL: SPEC-2988 Change-Id: Id986d19751db958ad5cf3b7f2b2c5443d4ceb062 Signed-off-by: Romain Forlot --- low-can-binding/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'low-can-binding/CMakeLists.txt') diff --git a/low-can-binding/CMakeLists.txt b/low-can-binding/CMakeLists.txt index bd304dc9..cba07bf5 100644 --- a/low-can-binding/CMakeLists.txt +++ b/low-can-binding/CMakeLists.txt @@ -58,7 +58,6 @@ PROJECT_TARGET_ADD(low-can) utils/socketcan.cpp #utils/socketcan-raw.cpp utils/socketcan-bcm.cpp - utils/config-parser.cpp utils/converter.cpp ) -- cgit 1.2.3-korg