Sign in
android
/
platform
/
hardware
/
bsp
/
kernel
/
common
/
v4.4
/
refs/heads/n-iot-preview-4
/
.
/
net
/
rfkill
/
Makefile
blob: 311768783f4a116843349687c99a3cf65f6c6314 [
file
] [
log
] [
blame
] [
edit
]
#
# Makefile for the RF switch subsystem.
#
rfkill
-
y
+=
core
.
o
rfkill
-
$
(
CONFIG_RFKILL_INPUT
)
+=
input
.
o
obj
-
$
(
CONFIG_RFKILL
)
+=
rfkill
.
o
obj
-
$
(
CONFIG_RFKILL_REGULATOR
)
+=
rfkill
-
regulator
.
o
obj
-
$
(
CONFIG_RFKILL_GPIO
)
+=
rfkill
-
gpio
.
o