diff mbox series

[37/38] ra6w: add Makefile

Message ID 20250417135236.52410-38-oleksandr.savchenko.dn@bp.renesas.com (mailing list archive)
State New
Delegated to: Johannes Berg
Headers show
Series wireless: ra6w driver for Renesas IEEE 802.11ax devices | expand

Checks

Context Check Description
wifibot/tree_selection success Guessed tree name to be wireless-next
wifibot/fixes_present success Fixes tag not required for -next series
wifibot/series_format fail Series longer than 15 patches; Target tree name not specified in the subject
wifibot/ynl success Generated files up to date; no warnings/errors; no diff in generated;
wifibot/build_clang fail Errors and warnings before: 5 this patch: 5
wifibot/build_clang_rust success No Rust files in patch. Skipping build
wifibot/build_tools success No tools touched, skip
wifibot/check_selftest success No net selftest shell script
wifibot/deprecated_api success None detected
wifibot/header_inline success No static functions without inline keyword in header files
wifibot/source_inline success Was 0 now: 0
wifibot/verify_fixes success No Fixes tag
wifibot/build_32bit fail Errors and warnings before: 5 this patch: 5
wifibot/build_allmodconfig_warn fail Errors and warnings before: 5 this patch: 5
wifibot/checkpatch warning WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
wifibot/kdoc success Errors and warnings before: 0 this patch: 0
wifibot/verify_signedoff success Signed-off-by tag matches author and committer

Commit Message

Alexander Savchenko April 17, 2025, 1:52 p.m. UTC
Part of the split. Please, take a look at the cover letter for more details

Reviewed-by: Viktor Barna <viktor.barna.rj@bp.renesas.com>
Reviewed-by: Gal Gur <gal.gur.jx@renesas.com>
Signed-off-by: Alexander Savchenko <oleksandr.savchenko.dn@bp.renesas.com>
---
 drivers/net/wireless/renesas/ra6w/Makefile | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 drivers/net/wireless/renesas/ra6w/Makefile
diff mbox series

Patch

diff --git a/drivers/net/wireless/renesas/ra6w/Makefile b/drivers/net/wireless/renesas/ra6w/Makefile
new file mode 100644
index 000000000000..e828a8ca1c95
--- /dev/null
+++ b/drivers/net/wireless/renesas/ra6w/Makefile
@@ -0,0 +1,9 @@ 
+# SPDX-License-Identifier: GPL-2.0-only
+ra6w-$(CONFIG_RA6W) += sdio.o cfg80211.o dev.o params.o \
+		       core.o q.o ctrl.o indi.o rx.o tx.o \
+		       status.o recovery.o
+
+ra6w-$(CONFIG_DEBUG_FS)		+= dbgfs.o
+ra6w-$(CONFIG_NL80211_TESTMODE)	+= stats.o
+ra6w-$(CONFIG_NL80211_TESTMODE)	+= testmode.o
+obj-$(CONFIG_RA6W)		+= ra6w.o