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:
committed by
Jakub Kicinski
parent
dd7f17c40f
commit
14cb81d135
@@ -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
|
||||
Reference in New Issue
Block a user