Skip to content

Commit 14cb81d

Browse files
Justin Laikuba-moo
authored andcommitted
rtase: Add a Makefile in the rtase folder
Add a Makefile in the rtase folder to build rtase driver. Signed-off-by: Justin Lai <justinlai0215@realtek.com> Link: https://patch.msgid.link/20240904032114.247117-12-justinlai0215@realtek.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent dd7f17c commit 14cb81d

File tree

1 file changed

+10
-0
lines changed
  • drivers/net/ethernet/realtek/rtase

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2+
# Copyright(c) 2024 Realtek Semiconductor Corp. All rights reserved.
3+
4+
#
5+
# Makefile for the Realtek PCIe driver
6+
#
7+
8+
obj-$(CONFIG_RTASE) += rtase.o
9+
10+
rtase-objs := rtase_main.o

0 commit comments

Comments
 (0)