| # SPDX-License-Identifier: GPL-2.0 | |
| # Copyright(c) 2020 - 2025 MUCSE Corporation. | |
| # | |
| # Makefile for the MUCSE(R) 1GbE PCI Express ethernet driver | |
| # | |
| obj-$(CONFIG_MGBE) += rnpgbe.o | |
| rnpgbe-objs := rnpgbe_main.o\ | |
| rnpgbe_chip.o\ | |
| rnpgbe_mbx.o\ | |
| rnpgbe_mbx_fw.o |