Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
v6.2
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for the RF switch subsystem.
4#
5
6rfkill-y			+= core.o
7rfkill-$(CONFIG_RFKILL_INPUT)	+= input.o
8obj-$(CONFIG_RFKILL)		+= rfkill.o
 
9obj-$(CONFIG_RFKILL_GPIO)	+= rfkill-gpio.o
v4.10.11
 
1#
2# Makefile for the RF switch subsystem.
3#
4
5rfkill-y			+= core.o
6rfkill-$(CONFIG_RFKILL_INPUT)	+= input.o
7obj-$(CONFIG_RFKILL)		+= rfkill.o
8obj-$(CONFIG_RFKILL_REGULATOR)	+= rfkill-regulator.o
9obj-$(CONFIG_RFKILL_GPIO)	+= rfkill-gpio.o