Blame view

net/rfkill/Makefile 237 Bytes
cf4328cd9   Ivo van Doorn   [NET]: rfkill: ad...
1
2
3
  #
  # Makefile for the RF switch subsystem.
  #
19d337dff   Johannes Berg   rfkill: rewrite
4
5
6
  rfkill-y			+= core.o
  rfkill-$(CONFIG_RFKILL_INPUT)	+= input.o
  obj-$(CONFIG_RFKILL)		+= rfkill.o
cbc6a6ed0   Antonio Ospite   rfkill: Regulator...
7
  obj-$(CONFIG_RFKILL_REGULATOR)	+= rfkill-regulator.o
7176ba23f   Rhyland Klein   net: rfkill: add ...
8
  obj-$(CONFIG_RFKILL_GPIO)	+= rfkill-gpio.o