summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpa/Makefile
blob: 54b3a963cb406729aa61dbcf22c7be8936beff2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Makefile for the Freescale Ethernet controllers
#
EXTRA_CFLAGS           += -DVERSION=\"\"
#
#Include netcomm SW specific definitions
include $(srctree)/drivers/net/ethernet/freescale/fman/ncsw_config.mk

EXTRA_CFLAGS += -I$(NET_DPA)

#Netcomm SW tree
obj-$(CONFIG_FSL_FMAN) += ../fman/
obj-$(CONFIG_FSL_DPA_1588) += dpaa_1588.o
obj-$(CONFIG_DPAA_ETH_SG_SUPPORT) += fsl-dpa-sg.o
obj-$(CONFIG_DPA_ETH) += fsl-mac.o fsl-dpa.o
obj-$(CONFIG_DPA_OFFLINE_PORTS) += fsl-oh.o

fsl-dpa-objs	:= dpa-ethtool.o dpaa_eth.o dpaa_eth_sysfs.o xgmac_mdio.o
fsl-dpa-sg-objs	:= dpaa_eth_sg.o
fsl-mac-objs	:= mac.o mac-api.o
fsl-oh-objs	:= offline_port.o