summaryrefslogtreecommitdiff
path: root/net/caif/Makefile
blob: cc2b51154d039156c8b0795c4387a4cebdd2cf8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ccflags-$(CONFIG_CAIF_DEBUG)     :=      -DDEBUG

caif-y := caif_dev.o \
	cfcnfg.o cfmuxl.o cfctrl.o  \
	cffrml.o cfveil.o cfdbgl.o\
	cfserl.o cfdgml.o  \
	cfrfml.o cfvidl.o cfutill.o \
	cfsrvl.o cfpkt_skbuff.o

obj-$(CONFIG_CAIF) += caif.o
obj-$(CONFIG_CAIF_NETDEV) += chnl_net.o
obj-$(CONFIG_CAIF) += caif_socket.o
obj-$(CONFIG_CAIF_USB) += caif_usb.o

export-y := caif.o
committerPablo Neira Ayuso <pablo@netfilter.org>2017-01-09 17:24:55 +0100 commitec23189049651b16dc2ffab35a4371dc1f491aca (patch) treeabf3c783fb73b147f463fa686715a08fd2a969c1 /net/iucv parent4915f7bbc402071539ec0cb8c75aad878c982402 (diff)
xtables: extend matches and targets with .usersize
In matches and targets that define a kernel-only tail to their xt_match and xt_target data structs, add a field .usersize that specifies up to where data is to be shared with userspace. Performed a search for comment "Used internally by the kernel" to find relevant matches and targets. Manually inspected the structs to derive a valid offsetof. Signed-off-by: Willem de Bruijn <willemb@google.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/iucv')