summaryrefslogtreecommitdiff
path: root/accel/stubs/Makefile.objs
blob: 3894caf95da64d525c9cb6fabeab64e27e0a0bd2 (plain)
1
2
3
4
5
obj-$(call lnot,$(CONFIG_HAX))  += hax-stub.o
obj-$(call lnot,$(CONFIG_HVF))  += hvf-stub.o
obj-$(call lnot,$(CONFIG_WHPX)) += whpx-stub.o
obj-$(call lnot,$(CONFIG_KVM))  += kvm-stub.o
obj-$(call lnot,$(CONFIG_TCG))  += tcg-stub.o