Driver snapshot from msm-4.9 to msm-next 0f798a0 input: misc: hbtp_input: allow read access to display_pwr sysfs 5532c00 input: misc: hbtp_input: Support for Region of Interest/sensors 61fbcdc6 input: misc: hbtp_input: Release mutex in error cases in sysfs cb dc0b965 input: misc: hbtp_input: Add sysfs for suspend/resume bafe727 input: misc: hbtp_input: snapshot of driver from msm-4.4 Use character device instead of miscellaneous device since hbtp_input driver is an input device which can be classified under character device. Misc devices are now deprecated. Change-Id: I11a7384b66bf3e74a9d63215be3fdb1a402d990c Signed-off-by: Alex Sarraf <asarraf@codeaurora.org> Signed-off-by: Ashok Raj D <adeenada@codeaurora.org> Signed-off-by: Chetan C R <cchinnad@codeaurora.org>
25 lines
552 B
Makefile
25 lines
552 B
Makefile
# UAPI Header export list
|
|
|
|
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),)
|
|
no-export-headers += a.out.h
|
|
endif
|
|
|
|
header-y += hbtp_input.h
|
|
|
|
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h),)
|
|
no-export-headers += kvm.h
|
|
endif
|
|
|
|
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h),)
|
|
no-export-headers += kvm_para.h
|
|
endif
|
|
|
|
header-y += nfc/
|
|
header-y += qbt_handler.h
|
|
|
|
ifneq ($(VSERVICES_SUPPORT), "")
|
|
include include/linux/Kbuild.vservices
|
|
endif
|
|
header-y += okl4-link-shbuf.h
|
|
header-y += sockev.h
|