From e632d5c4a0541385c37af6ef9af3373fcc100adf Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 12 Jul 2018 10:58:56 +0200 Subject: Only include hw i2c drivers if sw i2c is not active --- src/app/i2cdetect/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/app/i2cdetect/Makefile.inc (limited to 'src/app') diff --git a/src/app/i2cdetect/Makefile.inc b/src/app/i2cdetect/Makefile.inc new file mode 100644 index 0000000..43a8bae --- /dev/null +++ b/src/app/i2cdetect/Makefile.inc @@ -0,0 +1,2 @@ +arch_drivers += ,i2c +drivers += ,lm75 -- cgit v1.2.3