brintos

brintos / linux-shallow public Read only

0
0
Text · 333 B · 4f23e79 Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the Freescale DPAA Ethernet controllers4#5 6# Include FMan headers7FMAN        = $(srctree)/drivers/net/ethernet/freescale/fman8ccflags-y += -I$(FMAN)9 10obj-$(CONFIG_FSL_DPAA_ETH) += fsl_dpa.o11 12fsl_dpa-objs += dpaa_eth.o dpaa_ethtool.o dpaa_eth_sysfs.o13CFLAGS_dpaa_eth.o := -I$(src)14