# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2021 Motor-comm Corporation.
#
# Makefile for the Motorcomm(R) 6801 PCI-Express ethernet driver
#

obj-$(CONFIG_YT6801) += yt6801.o
yt6801-objs :=  yt6801_common.o yt6801_desc.o \
		yt6801_ethtool.o yt6801_hw.o \
		yt6801_net.o yt6801_pci.o \
		yt6801_phy.o yt6801_efuse.o \
