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 000000000000..b38c430be057 --- /dev/null +++ b/net/rfkill/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | # | ||
2 | # Makefile for the RF switch subsystem. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_RFKILL) += rfkill.o | ||
6 | obj-$(CONFIG_RFKILL_INPUT) += rfkill-input.o | ||