aboutsummaryrefslogtreecommitdiff
path: root/bluetooth
diff options
context:
space:
mode:
authorMister Oyster <oysterized@gmail.com>2017-02-05 19:57:35 +0100
committerMister Oyster <oysterized@gmail.com>2017-02-05 19:57:35 +0100
commit16e6bbbc2e3ddea8ec8d229767cc45121fd8cd82 (patch)
tree1ff10d387c0efab7ca16d3e8d9ad232823c33f33 /bluetooth
initial commit
Diffstat (limited to 'bluetooth')
-rw-r--r--bluetooth/bdroid_buildcfg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
new file mode 100644
index 0000000..30056bf
--- /dev/null
+++ b/bluetooth/bdroid_buildcfg.h
@@ -0,0 +1,8 @@
+#ifndef _BDROID_BUILDCFG_H
+#define _BDROID_BUILDCFG_H
+
+#define BTM_DEF_LOCAL_NAME "Meizu M2Note"
+
+/* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */
+#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE
+#endif