1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Makefile for the Tehuti network device drivers. 4# 5 6obj-$(CONFIG_TEHUTI) += tehuti.o 7 8tn40xx-y := tn40.o tn40_mdio.o tn40_phy.o 9obj-$(CONFIG_TEHUTI_TN40) += tn40xx.o 10
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Makefile for the Tehuti network device drivers. 4# 5 6obj-$(CONFIG_TEHUTI) += tehuti.o 7 8tn40xx-y := tn40.o tn40_mdio.o tn40_phy.o 9obj-$(CONFIG_TEHUTI_TN40) += tn40xx.o 10