summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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