projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e23b93a
)
tools/fuzz: remove redundant rule in x86 insn fuzzer
author
Wei Liu
<wei.liu2@citrix.com>
Fri, 20 Jan 2017 10:24:36 +0000
(10:24 +0000)
committer
Wei Liu
<wei.liu2@citrix.com>
Tue, 24 Jan 2017 16:24:50 +0000
(16:24 +0000)
The predefined pattern rule works.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
tools/fuzz/x86_instruction_emulator/Makefile
patch
|
blob
|
history
diff --git
a/tools/fuzz/x86_instruction_emulator/Makefile
b/tools/fuzz/x86_instruction_emulator/Makefile
index 20431b0ae90500de47573460569947b4880e3073..1777bf6fb62eafc934be86d991ba3007e9fc5d40 100644
(file)
--- a/
tools/fuzz/x86_instruction_emulator/Makefile
+++ b/
tools/fuzz/x86_instruction_emulator/Makefile
@@
-21,8
+21,6
@@
x86_emulate.o: x86_emulate.c x86_emulate.h x86_emulate/x86_emulate.c x86_emulate
x86-insn-emulator.a: x86_emulate.o
$(AR) rc $@ $^
-x86-insn-emulator-fuzzer.o: x86-insn-emulator-fuzzer.c
-
# Common targets
.PHONY: all
all: x86-instruction-emulator-fuzzer-all