diff options
Diffstat (limited to 'os/ex/ST/hts221.mk')
-rw-r--r-- | os/ex/ST/hts221.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/os/ex/ST/hts221.mk b/os/ex/ST/hts221.mk new file mode 100644 index 000000000..7e8c8d7e4 --- /dev/null +++ b/os/ex/ST/hts221.mk @@ -0,0 +1,6 @@ +# List of all the HTS221 device files.
+HTS221SRC := $(CHIBIOS)/os/ex/ST/hts221.c
+
+# Required include directories
+HTS221INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
+ $(CHIBIOS)/os/ex/ST
\ No newline at end of file |