Loading...
Note: File does not exist in v3.1.
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_POWER_OPREGION) += surface3_power.o
9obj-$(CONFIG_SURFACE_ACPI_NOTIFY) += surface_acpi_notify.o
10obj-$(CONFIG_SURFACE_AGGREGATOR) += aggregator
11obj-$(CONFIG_SURFACE_AGGREGATOR_CDEV) += surface_aggregator_cdev.o
12obj-$(CONFIG_SURFACE_AGGREGATOR_HUB) += surface_aggregator_hub.o
13obj-$(CONFIG_SURFACE_AGGREGATOR_REGISTRY) += surface_aggregator_registry.o
14obj-$(CONFIG_SURFACE_AGGREGATOR_TABLET_SWITCH) += surface_aggregator_tabletsw.o
15obj-$(CONFIG_SURFACE_DTX) += surface_dtx.o
16obj-$(CONFIG_SURFACE_GPE) += surface_gpe.o
17obj-$(CONFIG_SURFACE_HOTPLUG) += surface_hotplug.o
18obj-$(CONFIG_SURFACE_PLATFORM_PROFILE) += surface_platform_profile.o
19obj-$(CONFIG_SURFACE_PRO3_BUTTON) += surfacepro3_button.o