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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_FSL_DPAA)                          += bman_ccsr.o qman_ccsr.o \
      3						   bman_portal.o qman_portal.o \
      4						   bman.o qman.o dpaa_sys.o
      5
      6obj-$(CONFIG_FSL_BMAN_TEST)                     += bman-test.o
      7bman-test-y                                      = bman_test.o
      8bman-test-$(CONFIG_FSL_BMAN_TEST_API)           += bman_test_api.o
      9
     10obj-$(CONFIG_FSL_QMAN_TEST)			+= qman-test.o
     11qman-test-y					 = qman_test.o
     12qman-test-$(CONFIG_FSL_QMAN_TEST_API)		+= qman_test_api.o
     13qman-test-$(CONFIG_FSL_QMAN_TEST_STASH)		+= qman_test_stash.o