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