blob: 311768783f4a116843349687c99a3cf65f6c6314 [file] [log] [blame]
Ivo van Doorncf4328c2007-05-07 00:34:20 -07001#
2# Makefile for the RF switch subsystem.
3#
4
Johannes Berg19d337d2009-06-02 13:01:37 +02005rfkill-y += core.o
6rfkill-$(CONFIG_RFKILL_INPUT) += input.o
7obj-$(CONFIG_RFKILL) += rfkill.o
Antonio Ospitecbc6a6e2011-04-13 21:40:45 +02008obj-$(CONFIG_RFKILL_REGULATOR) += rfkill-regulator.o
Rhyland Klein7176ba22011-05-16 14:41:48 -07009obj-$(CONFIG_RFKILL_GPIO) += rfkill-gpio.o