summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2c4f0eb..dc22e33 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,10 @@ ifdef CONFIG_driver_ccs811
CXX_TARGETS += src/driver/ccs811.cc
endif
+ifdef CONFIG_driver_ds2482
+ CXX_TARGETS += src/driver/ds2482.cc
+endif
+
ifdef CONFIG_driver_eeprom24lc64
CXX_TARGETS += src/driver/eeprom24lc64.cc
endif