xref: /linux/drivers/net/ethernet/mucse/rnpgbe/Makefile (revision c6d3f0198eaa4efba506933d2dbcd417e987630a)
1# SPDX-License-Identifier: GPL-2.0
2# Copyright(c) 2020 - 2025 MUCSE Corporation.
3#
4# Makefile for the MUCSE(R) 1GbE PCI Express ethernet driver
5#
6
7obj-$(CONFIG_MGBE) += rnpgbe.o
8rnpgbe-objs := rnpgbe_main.o\
9	       rnpgbe_chip.o\
10	       rnpgbe_mbx.o\
11	       rnpgbe_mbx_fw.o
12