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


      1# SPDX-License-Identifier: GPL-2.0-or-later
      2#
      3# Makefile - AMD SFH HID drivers
      4# Copyright (c) 2019-2020, Advanced Micro Devices, Inc.
      5#
      6#
      7obj-$(CONFIG_AMD_SFH_HID) += amd_sfh.o
      8amd_sfh-objs := amd_sfh_hid.o
      9amd_sfh-objs += amd_sfh_client.o
     10amd_sfh-objs += amd_sfh_pcie.o
     11amd_sfh-objs += hid_descriptor/amd_sfh_hid_desc.o
     12
     13ccflags-y += -I $(srctree)/$(src)/