mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
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>
This commit is contained in:
parent
dd7f17c40f
commit
14cb81d135
10
drivers/net/ethernet/realtek/rtase/Makefile
Normal file
10
drivers/net/ethernet/realtek/rtase/Makefile
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Reference in New Issue
Block a user