vhost-user: fix ioeventfd_enabled
[qemu/ar7.git] / tests / tcg / x86_64 / Makefile.target
blob74f170b9ede77cdff1fc551bff868e8a05ee6c89
1 # -*- Mode: makefile -*-
3 # x86_64 tests - included from tests/tcg/Makefile.target
5 # Currently we only build test-x86_64 and test-i386-ssse3 from
6 # $(SRC)/tests/tcg/i386/
9 X86_64_TESTS=$(filter-out $(I386_ONLY_TESTS), $(TESTS))
10 X86_64_TESTS+=test-x86_64
11 TESTS:=$(X86_64_TESTS)
13 test-x86_64: LDFLAGS+=-lm -lc
14 test-x86_64: test-i386.c test-i386.h test-i386-shift.h test-i386-muldiv.h
15         $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)