xref: /linux/drivers/net/ethernet/mucse/rnpgbe/Makefile (revision 24f171c7e145f43b9f187578e89b0982ce87e54c)
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