Files
chromebox_10th_audio_driver/kernel-src/linux-hwe-6.17-6.17.0/net/rfkill/Makefile
2026-04-04 07:45:01 +00:00

10 lines
224 B
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