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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the Freescale DPAA Ethernet controllers
      4#
      5
      6# Include FMan headers
      7FMAN        = $(srctree)/drivers/net/ethernet/freescale/fman
      8ccflags-y += -I$(FMAN)
      9
     10obj-$(CONFIG_FSL_DPAA_ETH) += fsl_dpa.o
     11
     12fsl_dpa-objs += dpaa_eth.o dpaa_ethtool.o dpaa_eth_sysfs.o
     13CFLAGS_dpaa_eth.o := -I$(src)