aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lps22hb.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/ex/ST/lps22hb.mk')
-rw-r--r--os/ex/ST/lps22hb.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/os/ex/ST/lps22hb.mk b/os/ex/ST/lps22hb.mk
new file mode 100644
index 000000000..195950006
--- /dev/null
+++ b/os/ex/ST/lps22hb.mk
@@ -0,0 +1,10 @@
+# List of all the LPS22HB device files.
+LPS22HBSRC := $(CHIBIOS)/os/ex/ST/lps22hb.c
+
+# Required include directories
+LPS22HBINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
+ $(CHIBIOS)/os/ex/ST
+
+# Shared variables
+ALLCSRC += $(LPS22HBSRC)
+ALLINC += $(LPS22HBINC) \ No newline at end of file