diff options
Diffstat (limited to 'net/rfkill/Makefile')
-rw-r--r-- | net/rfkill/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/rfkill/Makefile b/net/rfkill/Makefile new file mode 100644 index 00000000000..b38c430be05 --- /dev/null +++ b/net/rfkill/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the RF switch subsystem. +# + +obj-$(CONFIG_RFKILL) += rfkill.o +obj-$(CONFIG_RFKILL_INPUT) += rfkill-input.o |