diff options
Diffstat (limited to 'net/rfkill/Makefile')
| -rw-r--r-- | net/rfkill/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rfkill/Makefile b/net/rfkill/Makefile index b38c430be057..662105352691 100644 --- a/net/rfkill/Makefile +++ b/net/rfkill/Makefile | |||
| @@ -2,5 +2,6 @@ | |||
| 2 | # Makefile for the RF switch subsystem. | 2 | # Makefile for the RF switch subsystem. |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | obj-$(CONFIG_RFKILL) += rfkill.o | 5 | rfkill-y += core.o |
| 6 | obj-$(CONFIG_RFKILL_INPUT) += rfkill-input.o | 6 | rfkill-$(CONFIG_RFKILL_INPUT) += input.o |
| 7 | obj-$(CONFIG_RFKILL) += rfkill.o | ||
