cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (753B)


      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_REGISTRY) += surface_aggregator_registry.o
     13obj-$(CONFIG_SURFACE_DTX)		+= surface_dtx.o
     14obj-$(CONFIG_SURFACE_GPE)		+= surface_gpe.o
     15obj-$(CONFIG_SURFACE_HOTPLUG)		+= surface_hotplug.o
     16obj-$(CONFIG_SURFACE_PLATFORM_PROFILE)	+= surface_platform_profile.o
     17obj-$(CONFIG_SURFACE_PRO3_BUTTON)	+= surfacepro3_button.o