[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] fuzz/x86emul: use macro to reduce repetition in Makefile
commit 409bd5a02e90cefae206e87b61ec8bc20bec277d Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Fri Feb 3 11:42:48 2017 +0000 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Mon Feb 6 10:15:49 2017 +0000 fuzz/x86emul: use macro to reduce repetition in Makefile Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> --- tools/fuzz/x86_instruction_emulator/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/fuzz/x86_instruction_emulator/Makefile b/tools/fuzz/x86_instruction_emulator/Makefile index f2bb12e..fbfbd46 100644 --- a/tools/fuzz/x86_instruction_emulator/Makefile +++ b/tools/fuzz/x86_instruction_emulator/Makefile @@ -16,9 +16,11 @@ x86_emulate.c x86_emulate.h: %: 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_emulate.h := x86_emulate.h x86_emulate/x86_emulate.h -x86-insn-emulator-fuzzer.o: x86_emulate.h x86_emulate/x86_emulate.h +x86_emulate.o: x86_emulate.c x86_emulate/x86_emulate.c $(x86_emulate.h) + +x86-insn-emulator-fuzzer.o: $(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 |