Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for the Freescale DPAA Ethernet controllers
0004 #
0005 
0006 # Include FMan headers
0007 FMAN        = $(srctree)/drivers/net/ethernet/freescale/fman
0008 ccflags-y += -I$(FMAN)
0009 
0010 obj-$(CONFIG_FSL_DPAA_ETH) += fsl_dpa.o
0011 
0012 fsl_dpa-objs += dpaa_eth.o dpaa_ethtool.o dpaa_eth_sysfs.o
0013 CFLAGS_dpaa_eth.o := -I$(src)