# SPDX-License-Identifier: GPL-2.0
# Copyright(c) 2014 - 2020 zx Corporation.
#
# Makefile for the ZX GNIC PCI ethernet driver
#


obj-$(CONFIG_ZXGB) += zxgb.o

zxgb-objs := zxgb_main.o zxgb_ethtool.o zxgb_hw.o zxgb_wol.o zxgb_sysfs.o 
