tests/qemu-iotests: Restrict tests using "--blockdev file" to the file protocol
[qemu/kevin.git] / linux-user / x86_64 / Makefile.vdso
blob26552b66dba427b1f9cec99e80fd915f43940497
1 include $(BUILD_DIR)/tests/tcg/x86_64-linux-user/config-target.mak
3 SUBDIR = $(SRC_PATH)/linux-user/x86_64
4 VPATH += $(SUBDIR)
6 all: $(SUBDIR)/vdso.so
8 $(SUBDIR)/vdso.so: vdso.S vdso.ld
9         $(CC) -o $@ -nostdlib -shared -Wl,-h,linux-vdso.so.1 \
10           -Wl,--build-id=sha1 -Wl,--hash-style=both \
11           -Wl,-T,$(SUBDIR)/vdso.ld $<