projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[platform/kernel/linux-starfive.git]
/
net
/
rfkill
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0-only
2
#
3
# Makefile for the RF switch subsystem.
4
#
5
6
rfkill-y += core.o
7
rfkill-$(CONFIG_RFKILL_INPUT) += input.o
8
obj-$(CONFIG_RFKILL) += rfkill.o
9
obj-$(CONFIG_RFKILL_GPIO) += rfkill-gpio.o