summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/sdk_fman/src/xx/Makefile
blob: 1071c22a4289880c1b3c21b0d6312a180ff9e843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Makefile for the Freescale Ethernet controllers
#
ccflags-y           += -DVERSION=\"\"
#
#Include netcomm SW specific definitions
include $(srctree)/drivers/net/ethernet/freescale/sdk_fman/ncsw_config.mk

obj-y		+= fsl-ncsw-xx.o

ifneq ($(CONFIG_FMAN_ARM),y)
fsl-ncsw-xx-objs	:=  xx_linux.o \
				module_strings.o
else
fsl-ncsw-xx-objs	:= xx_arm_linux.o \
				module_strings.o
endif