projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linus
[linux-2.6-microblaze.git]
/
net
/
rfkill
/
Makefile
1
#
2
# Makefile for the RF switch subsystem.
3
#
4
5
rfkill-y += core.o
6
rfkill-$(CONFIG_RFKILL_INPUT) += input.o
7
obj-$(CONFIG_RFKILL) += rfkill.o
8
obj-$(CONFIG_RFKILL_REGULATOR) += rfkill-regulator.o
9
obj-$(CONFIG_RFKILL_GPIO) += rfkill-gpio.o