Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « rfkill « net - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87a80aded0b33b37a522be66b138697dc6dd7a61 (plain)
1
2
3
4
5
6
7
8
#
# 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