Files
linux-kernelorg-stable/net/rfkill/Makefile
T

10 lines
224 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the RF switch subsystem.
#
2009-06-02 13:01:37 +02:00
rfkill-y += core.o
rfkill-$(CONFIG_RFKILL_INPUT) += input.o
obj-$(CONFIG_RFKILL) += rfkill.o
2011-05-16 14:41:48 -07:00
obj-$(CONFIG_RFKILL_GPIO) += rfkill-gpio.o