Grygorii Strashko | 5693dee | 2018-10-31 16:21:39 -0500 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
| 2 | # |
Nishanth Menon | eaa39c6 | 2023-11-01 15:56:03 -0500 | [diff] [blame] | 3 | # Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/ |
Grygorii Strashko | 5693dee | 2018-10-31 16:21:39 -0500 | [diff] [blame] | 4 | |
Grygorii Strashko | cf56fb7 | 2018-10-31 16:21:43 -0500 | [diff] [blame] | 5 | obj-$(CONFIG_DRIVER_TI_CPSW) += cpsw.o cpsw-common.o cpsw_mdio.o |
Grygorii Strashko | 5693dee | 2018-10-31 16:21:39 -0500 | [diff] [blame] | 6 | obj-$(CONFIG_DRIVER_TI_EMAC) += davinci_emac.o |
Grygorii Strashko | a2c2e4a | 2018-10-31 16:21:45 -0500 | [diff] [blame] | 7 | obj-$(CONFIG_DRIVER_TI_KEYSTONE_NET) += keystone_net.o cpsw_mdio.o |
Roger Quadros | fced6b6 | 2024-02-28 12:35:27 +0200 | [diff] [blame] | 8 | obj-$(CONFIG_TI_AM65_CPSW_NUSS) += am65-cpsw-nuss.o |
| 9 | obj-$(CONFIG_MDIO_TI_CPSW) += cpsw_mdio.o |
MD Danish Anwar | dd18b89 | 2024-04-04 12:38:02 +0530 | [diff] [blame] | 10 | obj-$(CONFIG_TI_ICSSG_PRUETH) += icssg_prueth.o icssg_classifier.o icssg_config.o icssg_queues.o |