aboutsummaryrefslogtreecommitdiff
path: root/net/rfkill/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rfkill/Makefile')
-rw-r--r--net/rfkill/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/rfkill/Makefile b/net/rfkill/Makefile
index b38c430be05..311768783f4 100644
--- a/net/rfkill/Makefile
+++ b/net/rfkill/Makefile
@@ -2,5 +2,8 @@
# Makefile for the RF switch subsystem.
#
-obj-$(CONFIG_RFKILL) += rfkill.o
-obj-$(CONFIG_RFKILL_INPUT) += rfkill-input.o
+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