1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for the RF switch subsystem. 2 # Makefile for the RF switch subsystem. 4 # 3 # 5 4 6 rfkill-y += core.o 5 rfkill-y += core.o 7 rfkill-$(CONFIG_RFKILL_INPUT) += input.o 6 rfkill-$(CONFIG_RFKILL_INPUT) += input.o 8 obj-$(CONFIG_RFKILL) += rfkill.o 7 obj-$(CONFIG_RFKILL) += rfkill.o 9 obj-$(CONFIG_RFKILL_GPIO) += rfkill-gpio <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.