# SPDX-License-Identifier: GPL-2.0-only # # Makefile for the Tehuti network device drivers. # obj-$(CONFIG_TEHUTI) += tehuti.o tn40xx-y := tn40.o tn40_mdio.o tn40_phy.o obj-$(CONFIG_TEHUTI_TN40) += tn40xx.o