/net/rfkill/Makefile
http://github.com/mirrors/linux · Makefile · 9 lines · 4 code · 1 blank · 4 comment · 0 complexity · ee35e16c68be745b8bc5f3ecb6fc1dc1 MD5 · raw file
- # 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