diff options
| author | Meizu OpenSource <patchwork@meizu.com> | 2016-08-15 10:19:42 +0800 |
|---|---|---|
| committer | Meizu OpenSource <patchwork@meizu.com> | 2016-08-15 10:19:42 +0800 |
| commit | d2e1446d81725c351dc73a03b397ce043fb18452 (patch) | |
| tree | 4dbc616b7f92aea39cd697a9084205ddb805e344 /drivers/misc/mediatek/activity_sensor/Makefile | |
| download | android_kernel_m2note-d2e1446d81725c351dc73a03b397ce043fb18452.tar.gz | |
first commit
Diffstat (limited to 'drivers/misc/mediatek/activity_sensor/Makefile')
| -rwxr-xr-x | drivers/misc/mediatek/activity_sensor/Makefile | 9 |
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 |
