mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 16:25:34 +00:00

This introduces the Freescale Data Path Acceleration Architecture (DPAA) Ethernet driver (dpaa_eth) that builds upon the DPAA QMan, BMan, PAMU and FMan drivers to deliver Ethernet connectivity on the Freescale DPAA QorIQ platforms. Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
236 B
Makefile
11 lines
236 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
|