summaryrefslogtreecommitdiff
path: root/net/rfkill/Makefile
blob: 311768783f4a116843349687c99a3cf65f6c6314 (plain)
1
2
3
4
5
6
7
8
9
#
# Makefile for the RF switch subsystem.
#

rfkill-y			+= core.o
rfkill-$(CONFIG_RFKILL_INPUT)	+= input.o
obj-$(CONFIG_RFKILL)		+= rfkill.o
obj-$(CONFIG_RFKILL_REGULATOR)	+= rfkill-regulator.o
obj-$(CONFIG_RFKILL_GPIO)	+= rfkill-gpio.o
='2017-02-03 11:19:34 -0500'>2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet1-10/+4 2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4 2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4