summaryrefslogtreecommitdiff
path: root/src/app/ccs811test/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/ccs811test/Makefile.inc')
-rw-r--r--src/app/ccs811test/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/ccs811test/Makefile.inc b/src/app/ccs811test/Makefile.inc
index 3c0ee21..6ca8774 100644
--- a/src/app/ccs811test/Makefile.inc
+++ b/src/app/ccs811test/Makefile.inc
@@ -6,6 +6,7 @@
ifdef app
override arch_drivers += ,i2c
- CONFIG_driver_ccS811 = y
+ CONFIG_driver_ccs811 = y
+ COMMON_FLAGS += -DCONFIG_driver_ccs811
loop = 1
endif