aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/activity_sensor/Makefile
diff options
context:
space:
mode:
authorMeizu OpenSource <patchwork@meizu.com>2016-08-15 10:19:42 +0800
committerMeizu OpenSource <patchwork@meizu.com>2016-08-15 10:19:42 +0800
commitd2e1446d81725c351dc73a03b397ce043fb18452 (patch)
tree4dbc616b7f92aea39cd697a9084205ddb805e344 /drivers/misc/mediatek/activity_sensor/Makefile
downloadandroid_kernel_m2note-d2e1446d81725c351dc73a03b397ce043fb18452.tar.gz
first commit
Diffstat (limited to 'drivers/misc/mediatek/activity_sensor/Makefile')
-rwxr-xr-xdrivers/misc/mediatek/activity_sensor/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/mediatek/activity_sensor/Makefile b/drivers/misc/mediatek/activity_sensor/Makefile
new file mode 100755
index 000000000..016caa9ba
--- /dev/null
+++ b/drivers/misc/mediatek/activity_sensor/Makefile
@@ -0,0 +1,9 @@
+include $(srctree)/drivers/misc/mediatek/Makefile.custom
+
+# In case the platform does NOT support this type of sensors
+
+obj-y += activity.o
+
+ifeq ($(CONFIG_CUSTOM_KERNEL_ACTIVITY_SENSOR),"OTHER_VENDOR")
+obj-y += other_vendor/
+endif