mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
eb11ddf36e
Add trace points on the hot processing path. Signed-off-by: Ruxandra Ioana Radulescu <ruxandra.radulescu@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
13 lines
298 B
Makefile
13 lines
298 B
Makefile
#
|
|
# Makefile for the Freescale DPAA Ethernet controllers
|
|
#
|
|
|
|
# Include FMan headers
|
|
FMAN = $(srctree)/drivers/net/ethernet/freescale/fman
|
|
ccflags-y += -I$(FMAN)
|
|
|
|
obj-$(CONFIG_FSL_DPAA_ETH) += fsl_dpa.o
|
|
|
|
fsl_dpa-objs += dpaa_eth.o dpaa_ethtool.o dpaa_eth_sysfs.o
|
|
CFLAGS_dpaa_eth.o := -I$(src)
|