repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-2.6.git]
/
net
/
rfkill
/
Makefile
blob
311768783f4a116843349687c99a3cf65f6c6314
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