Makefile (17b707fe5fbd3c019691873c1c11bddb0e0f7225) Makefile (a40cd7ef22fbb11229cf982920f4ec96c1f49282)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for linux/drivers/platform/x86
4# x86 Platform-Specific Drivers
5#
6
7# Windows Management Interface
8obj-$(CONFIG_ACPI_WMI) += wmi.o

--- 49 unchanged lines hidden (view full) ---

58# Hewlett Packard Enterprise
59obj-$(CONFIG_UV_SYSFS) += uv_sysfs.o
60
61# IBM Thinkpad and Lenovo
62obj-$(CONFIG_IBM_RTL) += ibm_rtl.o
63obj-$(CONFIG_IDEAPAD_LAPTOP) += ideapad-laptop.o
64obj-$(CONFIG_SENSORS_HDAPS) += hdaps.o
65obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for linux/drivers/platform/x86
4# x86 Platform-Specific Drivers
5#
6
7# Windows Management Interface
8obj-$(CONFIG_ACPI_WMI) += wmi.o

--- 49 unchanged lines hidden (view full) ---

58# Hewlett Packard Enterprise
59obj-$(CONFIG_UV_SYSFS) += uv_sysfs.o
60
61# IBM Thinkpad and Lenovo
62obj-$(CONFIG_IBM_RTL) += ibm_rtl.o
63obj-$(CONFIG_IDEAPAD_LAPTOP) += ideapad-laptop.o
64obj-$(CONFIG_SENSORS_HDAPS) += hdaps.o
65obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o
66obj-$(CONFIG_THINKPAD_LMI) += think-lmi.o
66
67# Intel
68obj-$(CONFIG_INTEL_ATOMISP2_LED) += intel_atomisp2_led.o
69obj-$(CONFIG_INTEL_ATOMISP2_PM) += intel_atomisp2_pm.o
70obj-$(CONFIG_INTEL_CHT_INT33FE) += intel_cht_int33fe.o
71intel_cht_int33fe-objs := intel_cht_int33fe_common.o \
72 intel_cht_int33fe_typec.o \
73 intel_cht_int33fe_microb.o

--- 72 unchanged lines hidden ---
67
68# Intel
69obj-$(CONFIG_INTEL_ATOMISP2_LED) += intel_atomisp2_led.o
70obj-$(CONFIG_INTEL_ATOMISP2_PM) += intel_atomisp2_pm.o
71obj-$(CONFIG_INTEL_CHT_INT33FE) += intel_cht_int33fe.o
72intel_cht_int33fe-objs := intel_cht_int33fe_common.o \
73 intel_cht_int33fe_typec.o \
74 intel_cht_int33fe_microb.o

--- 72 unchanged lines hidden ---