Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
device-mapper
/
linux-dm.git
/
d792a7a94c2c3ba045247266bee2e2bced7b495a
/
.
/
net
/
rfkill
/
Makefile
blob: dc47b6174ec514e3ca6d7e71853b16614daccf5c [
file
]
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the RF switch subsystem.
#
rfkill
-
y
+=
core
.
o
rfkill
-
$
(
CONFIG_RFKILL_INPUT
)
+=
input
.
o
obj
-
$
(
CONFIG_RFKILL
)
+=
rfkill
.
o
obj
-
$
(
CONFIG_RFKILL_GPIO
)
+=
rfkill
-
gpio
.
o