xref: /linux/drivers/net/ethernet/realtek/rtase/Makefile (revision 9410645520e9b820069761f3450ef6661418e279)
1*14cb81d1SJustin Lai# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2*14cb81d1SJustin Lai# Copyright(c) 2024 Realtek Semiconductor Corp. All rights reserved.
3*14cb81d1SJustin Lai
4*14cb81d1SJustin Lai#
5*14cb81d1SJustin Lai# Makefile for the Realtek PCIe driver
6*14cb81d1SJustin Lai#
7*14cb81d1SJustin Lai
8*14cb81d1SJustin Laiobj-$(CONFIG_RTASE) += rtase.o
9*14cb81d1SJustin Lai
10*14cb81d1SJustin Lairtase-objs := rtase_main.o
11