DIR:/usr/lib/modules/5.14.0-503.34.1.el9_5.x86_64/source/net/rfkill/ |
Current File : //usr/lib/modules/5.14.0-503.34.1.el9_5.x86_64/source/net/rfkill/Makefile |
# SPDX-License-Identifier: GPL-2.0-only # # Makefile for the RF switch subsystem. # rfkill-y += core.o rfkill-$(CONFIG_RFKILL_INPUT) += input.o obj-$(CONFIG_RFKILL) += rfkill.o obj-$(CONFIG_RFKILL_GPIO) += rfkill-gpio.o |