kvm: portability: consolidate x86 user makefiles
[qemu-kvm/fedora.git] / kvm / user / config-x86-common.mak
blob9ab300ae0a08b6c02235e0b6bcedd2a884f2d522
1 #This is a make file with common rules for both x86 & x86-64
3 all: kvmctl libkvm.a flatfiles
5 kvmctl: LDFLAGS += -pthread -lrt
7 kvmctl: kvmctl.o main.o
9 libkvm.a: kvmctl.o
10 $(AR) rcs $@ $^
12 balloon_ctl: balloon_ctl.o
14 flatfiles_tests-common = test/bootstrap test/vmexit.flat test/smp.flat
16 flatfiles: $(flatfiles_tests-common) $(flatfile_tests))