Makefile 898 B

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