blob: ba3d8550f9e68a3674a3ab28d77d37918f9c4123 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
# Copyright(c) 2024 Realtek Semiconductor Corp. All rights reserved.
#
# Makefile for the Realtek PCIe driver
#
obj-$(CONFIG_RTASE) += rtase.o
rtase-objs := rtase_main.o
|