summaryrefslogtreecommitdiff
path: root/bpfc/Makefile
blob: b687bd1d700002649ed16ddf8aa75a1a7e4297ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
bpfc-libs =

bpfc-objs =	xmalloc.o \
		str.o \
		bpf.o \
		bpf_lexer.yy.o \
		bpf_parser.tab.o \
		die.o \
		sysctl.o \
		bpfc.o

bpfc-lex =	bpf_lexer.yy.o

bpfc-yaac =	bpf_parser.tab.o

bpfc-eflags =	-I..

bpfc-confs =

bpfc_clean_custom:
	$(Q)$(call RM,$(BUILD_DIR)/*.h $(BUILD_DIR)/*.c)
tion.org>2013-03-05 18:07:12 -0800 committerLinus Torvalds <torvalds@linux-foundation.org>2013-03-05 18:07:12 -0800 commit6516ab6fdffbda656253d4e1231660c3f87f7889 (patch) tree516f37c91a7240604153df590eb771bb65384932 /kernel/smpboot.c parent06e79d3b45df263984539c417d9c781bdaa31351 (diff)parent46c498c2cdee5efe44f617bcd4f388179be36115 (diff)
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull smpboot bugfix from Thomas Gleixner: "A single bugfix for a regression introduced with the conversion of the stop machine threads to the generic smpboot thread management facility" * 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: stop_machine: Mark per cpu stopper enabled early
Diffstat (limited to 'kernel/smpboot.c')