xref: /openbmc/linux/drivers/net/ethernet/wangxun/txgbe/Makefile (revision ac73d4bf2cdaf2cb8a43df8ee4a5c066d2c5d7b4)
1# SPDX-License-Identifier: GPL-2.0
2# Copyright (c) 2015 - 2022 Beijing WangXun Technology Co., Ltd.
3#
4# Makefile for the Wangxun(R) 10GbE PCI Express ethernet driver
5#
6
7obj-$(CONFIG_TXGBE) += txgbe.o
8
9txgbe-objs := txgbe_main.o \
10              txgbe_hw.o
11