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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Freescale Management Complex (MC) bus drivers
      4#
      5# Copyright (C) 2014 Freescale Semiconductor, Inc.
      6#
      7obj-$(CONFIG_FSL_MC_BUS) += mc-bus-driver.o
      8
      9mc-bus-driver-objs := fsl-mc-bus.o \
     10		      mc-sys.o \
     11		      mc-io.o \
     12		      dpbp.o \
     13		      dpcon.o \
     14		      dprc.o \
     15		      dprc-driver.o \
     16		      fsl-mc-allocator.o \
     17		      fsl-mc-msi.o \
     18		      dpmcp.o \
     19		      obj-api.o
     20
     21# MC userspace support
     22obj-$(CONFIG_FSL_MC_UAPI_SUPPORT) += fsl-mc-uapi.o