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