From 7f0db02066a7554b959fa264fcc200b2a2e4c929 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 1 Jan 2023 18:03:19 +0100 Subject: Add driver for ADS111x 16-Bit ADC --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca3816c..cc8e840 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,10 @@ ifdef CONFIG_driver_dummy CXX_TARGETS += src/driver/dummy.cc endif +ifdef CONFIG_driver_ads111x + CXX_TARGETS += src/driver/ads111x.cc +endif + ifdef CONFIG_driver_lm75 CXX_TARGETS += src/driver/lm75.cc endif -- cgit v1.2.3