summaryrefslogtreecommitdiff
path: root/patches/collateral-evolutions/network/03-rfkill/net_rfkill_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'patches/collateral-evolutions/network/03-rfkill/net_rfkill_Makefile')
-rw-r--r--patches/collateral-evolutions/network/03-rfkill/net_rfkill_Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/collateral-evolutions/network/03-rfkill/net_rfkill_Makefile b/patches/collateral-evolutions/network/03-rfkill/net_rfkill_Makefile
new file mode 100644
index 00000000..29d260e3
--- /dev/null
+++ b/patches/collateral-evolutions/network/03-rfkill/net_rfkill_Makefile
@@ -0,0 +1,14 @@
+--- a/net/rfkill/Makefile
++++ b/net/rfkill/Makefile
+@@ -2,8 +2,8 @@
+ # Makefile for the RF switch subsystem.
+ #
+
+-rfkill-y += core.o
+-rfkill-$(CONFIG_RFKILL_INPUT) += input.o
+-obj-$(CONFIG_RFKILL) += rfkill.o
++rfkill_backport-y += core.o
++rfkill_backport-$(CONFIG_RFKILL_BACKPORT_INPUT) += input.o
++obj-$(CONFIG_RFKILL_BACKPORT) += rfkill_backport.o
+ obj-$(CONFIG_RFKILL_REGULATOR) += rfkill-regulator.o
+ obj-$(CONFIG_RFKILL_GPIO) += rfkill-gpio.o