brintos

brintos / linux-shallow public Read only

0
0
Text · 898 B · 5334433 Raw
20 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for linux/drivers/platform/surface4# Microsoft Surface Platform-Specific Drivers5#6 7obj-$(CONFIG_SURFACE3_WMI)		+= surface3-wmi.o8obj-$(CONFIG_SURFACE_3_POWER_OPREGION)	+= surface3_power.o9obj-$(CONFIG_SURFACE_ACPI_NOTIFY)	+= surface_acpi_notify.o10obj-$(CONFIG_SURFACE_AGGREGATOR)	+= aggregator/11obj-$(CONFIG_SURFACE_AGGREGATOR_CDEV)	+= surface_aggregator_cdev.o12obj-$(CONFIG_SURFACE_AGGREGATOR_HUB)	+= surface_aggregator_hub.o13obj-$(CONFIG_SURFACE_AGGREGATOR_REGISTRY) += surface_aggregator_registry.o14obj-$(CONFIG_SURFACE_AGGREGATOR_TABLET_SWITCH) += surface_aggregator_tabletsw.o15obj-$(CONFIG_SURFACE_DTX)		+= surface_dtx.o16obj-$(CONFIG_SURFACE_GPE)		+= surface_gpe.o17obj-$(CONFIG_SURFACE_HOTPLUG)		+= surface_hotplug.o18obj-$(CONFIG_SURFACE_PLATFORM_PROFILE)	+= surface_platform_profile.o19obj-$(CONFIG_SURFACE_PRO3_BUTTON)	+= surfacepro3_button.o20