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


      1# SPDX-License-Identifier: GPL-2.0
      2# Makefile for the Linux firmware loader
      3
      4obj-$(CONFIG_FW_LOADER_USER_HELPER) += fallback_table.o
      5obj-$(CONFIG_FW_LOADER)	+= firmware_class.o
      6firmware_class-objs := main.o
      7firmware_class-$(CONFIG_FW_LOADER_USER_HELPER) += fallback.o
      8firmware_class-$(CONFIG_EFI_EMBEDDED_FIRMWARE) += fallback_platform.o
      9firmware_class-$(CONFIG_FW_LOADER_SYSFS) += sysfs.o
     10firmware_class-$(CONFIG_FW_UPLOAD) += sysfs_upload.o
     11
     12obj-y += builtin/