Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for linux/drivers/platform/surface
0004 # Microsoft Surface Platform-Specific Drivers
0005 #
0006 
0007 obj-$(CONFIG_SURFACE3_WMI)              += surface3-wmi.o
0008 obj-$(CONFIG_SURFACE_3_POWER_OPREGION)  += surface3_power.o
0009 obj-$(CONFIG_SURFACE_ACPI_NOTIFY)       += surface_acpi_notify.o
0010 obj-$(CONFIG_SURFACE_AGGREGATOR)        += aggregator/
0011 obj-$(CONFIG_SURFACE_AGGREGATOR_CDEV)   += surface_aggregator_cdev.o
0012 obj-$(CONFIG_SURFACE_AGGREGATOR_HUB)    += surface_aggregator_hub.o
0013 obj-$(CONFIG_SURFACE_AGGREGATOR_REGISTRY) += surface_aggregator_registry.o
0014 obj-$(CONFIG_SURFACE_AGGREGATOR_TABLET_SWITCH) += surface_aggregator_tabletsw.o
0015 obj-$(CONFIG_SURFACE_DTX)               += surface_dtx.o
0016 obj-$(CONFIG_SURFACE_GPE)               += surface_gpe.o
0017 obj-$(CONFIG_SURFACE_HOTPLUG)           += surface_hotplug.o
0018 obj-$(CONFIG_SURFACE_PLATFORM_PROFILE)  += surface_platform_profile.o
0019 obj-$(CONFIG_SURFACE_PRO3_BUTTON)       += surfacepro3_button.o