Makefile (fc622b3d36e6d91330fb21506b9ad1e3206a4dde) Makefile (b78b4982d7637ededbc40b5f4aa59394acee8a60)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for linux/drivers/platform/surface
4# Microsoft Surface Platform-Specific Drivers
5#
6
7obj-$(CONFIG_SURFACE3_WMI) += surface3-wmi.o
8obj-$(CONFIG_SURFACE_3_BUTTON) += surface3_button.o
9obj-$(CONFIG_SURFACE_3_POWER_OPREGION) += surface3_power.o
10obj-$(CONFIG_SURFACE_ACPI_NOTIFY) += surface_acpi_notify.o
11obj-$(CONFIG_SURFACE_AGGREGATOR) += aggregator/
12obj-$(CONFIG_SURFACE_AGGREGATOR_CDEV) += surface_aggregator_cdev.o
13obj-$(CONFIG_SURFACE_AGGREGATOR_REGISTRY) += surface_aggregator_registry.o
14obj-$(CONFIG_SURFACE_GPE) += surface_gpe.o
15obj-$(CONFIG_SURFACE_HOTPLUG) += surface_hotplug.o
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for linux/drivers/platform/surface
4# Microsoft Surface Platform-Specific Drivers
5#
6
7obj-$(CONFIG_SURFACE3_WMI) += surface3-wmi.o
8obj-$(CONFIG_SURFACE_3_BUTTON) += surface3_button.o
9obj-$(CONFIG_SURFACE_3_POWER_OPREGION) += surface3_power.o
10obj-$(CONFIG_SURFACE_ACPI_NOTIFY) += surface_acpi_notify.o
11obj-$(CONFIG_SURFACE_AGGREGATOR) += aggregator/
12obj-$(CONFIG_SURFACE_AGGREGATOR_CDEV) += surface_aggregator_cdev.o
13obj-$(CONFIG_SURFACE_AGGREGATOR_REGISTRY) += surface_aggregator_registry.o
14obj-$(CONFIG_SURFACE_GPE) += surface_gpe.o
15obj-$(CONFIG_SURFACE_HOTPLUG) += surface_hotplug.o
16obj-$(CONFIG_SURFACE_PLATFORM_PROFILE) += surface_platform_profile.o
16obj-$(CONFIG_SURFACE_PRO3_BUTTON) += surfacepro3_button.o
17obj-$(CONFIG_SURFACE_PRO3_BUTTON) += surfacepro3_button.o