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 (255B)


      1# SPDX-License-Identifier: GPL-2.0
      2
      3obj-$(CONFIG_ACPI)		+= boot.o
      4obj-$(CONFIG_ACPI_SLEEP)	+= sleep.o wakeup_$(BITS).o
      5obj-$(CONFIG_ACPI_APEI)		+= apei.o
      6obj-$(CONFIG_ACPI_CPPC_LIB)	+= cppc.o
      7
      8ifneq ($(CONFIG_ACPI_PROCESSOR),)
      9obj-y				+= cstate.o
     10endif
     11