Blame view

net/rfkill/Makefile 184 Bytes
81f7e3824   Eric Lee   Initial Release, ...
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