]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blob - packages/ti/drv/emac/src/src_files_common.mk
emac-lld: add to PDK
[processor-sdk/pdk.git] / packages / ti / drv / emac / src / src_files_common.mk
1 ifeq ($(SOC),$(filter $(SOC), c6657 omapl137 omapl138))
2 SRCDIR = . src src/v0
3 INCDIR = . src src/v0
4 SRCS_COMMON += emac.c emac_drv.c emac_drv_v0.c mdio.c sgmii.c
5 PACKAGE_SRCS_COMMON += src/v0 soc/emac_soc_v0.h
6 endif
8 ifeq ($(SOC),$(filter $(SOC), k2g))
9 SRCDIR = . src src/v1
10 INCDIR = . src src/v1
11 SRCS_COMMON += emac_cppi_qmss_iface.c emac_cpsw.c emac_drv.c emac_drv_v1.c mdio.c
12 PACKAGE_SRCS_COMMON += src/v1 soc/emac_soc_v1.h
13 endif
15 ifeq ($(SOC),$(filter $(SOC), am574x am572x am571x am437x am335x dra72x dra75x dra78x))
16 SRCDIR = . src src/v4
17 INCDIR = . src src/v4
18 SRCS_COMMON += emac_cpsw.c emac_drv.c emac_drv_v4.c
19 PACKAGE_SRCS_COMMON += src/v4 soc/emac_soc_v4.h
20 endif
22 ifeq ($(SOC),$(filter $(SOC), am65xx j721e))
23 SRCDIR = . src src/v5
24 INCDIR = . src src/v5
25   SRCS_COMMON += emac_drv.c emac_drv_v5.c emac_mdio.c emac_ioctl.c emac_utils.c
26 PACKAGE_SRCS_COMMON += src/v5 soc/emac_soc_v5.h
27 endif
29 PACKAGE_SRCS_COMMON += makefile emac_component.mk nss_if.h \
30                       emac_hwcfg.h emac_drv.h emacver.h \
31                       src/emac_osal.h \
32                       build/makefile.mk \
33                       build/makefile_indp.mk \
34                       build/makefile_profile_indp.mk \
35                       build/makefile_profile.mk \
36                       src/src_files_common.mk