summaryrefslogtreecommitdiff
path: root/trafgen/Makefile
blob: b34b98c021aecd39bf55657b5b2bc2a5567796fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
trafgen-libs =	$(shell pkg-config --libs libnl-3.0) \
		$(shell pkg-config --libs libnl-genl-3.0) \
		-lm

trafgen-objs =	xmalloc.o \
		xio.o \
		xutils.o \
		mac80211.o \
		ring_tx.o \
		trafgen_lexer.yy.o \
		trafgen_parser.tab.o \
		trafgen.o

trafgen-lex =	trafgen_lexer.yy.o

trafgen-yaac =	trafgen_parser.tab.o
' value='reload'/>
authorLinus Torvalds <torvalds@linux-foundation.org>2016-04-16 20:59:06 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-04-16 20:59:06 -0700
commitb9f5dba225aede4518ab0a7374c2dc38c7c049ce (patch)
tree1b8e544d044b80958bd10f5b58029eed5ec8d176 /Documentation/dcdbas.txt
parente1e22b27ec6c83d026c2ca14624f207a08c28ec3 (diff)
parent053f78d359953be40043972c98e16b3f1cd9fc27 (diff)
Merge tag 'char-misc-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char/misc fixes from Greg KH: "Here are some small char/misc driver fixes for 4.6-rc4. Full details are in the shortlog, nothing major here. These have all been in linux-next for a while with no reported issues" * tag 'char-misc-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: lkdtm: do not leak free page on kmalloc failure lkdtm: fix memory leak of base lkdtm: fix memory leak of val extcon: palmas: Drop stray IRQF_EARLY_RESUME flag
Diffstat (limited to 'Documentation/dcdbas.txt')