[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] tools/fuzz: add missing dependencies in x86 insn fuzzer build rule
commit 037ff530cde9eab8577dd10cc4c667b2a316cb43 Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Fri Jan 20 11:39:41 2017 +0000 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Wed Jan 25 10:00:17 2017 +0000 tools/fuzz: add missing dependencies in x86 insn fuzzer build rule The said file needs the two header files. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- tools/fuzz/x86_instruction_emulator/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/fuzz/x86_instruction_emulator/Makefile b/tools/fuzz/x86_instruction_emulator/Makefile index 1777bf6..6aef3a7 100644 --- a/tools/fuzz/x86_instruction_emulator/Makefile +++ b/tools/fuzz/x86_instruction_emulator/Makefile @@ -18,6 +18,8 @@ CFLAGS += $(CFLAGS_xeninclude) -D__XEN_TOOLS__ x86_emulate.o: x86_emulate.c x86_emulate.h x86_emulate/x86_emulate.c x86_emulate/x86_emulate.h +x86-insn-emulator-fuzzer.o: x86_emulate.h x86_emulate/x86_emulate.h + x86-insn-emulator.a: x86_emulate.o $(AR) rc $@ $^ -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |