]>
Commit | Line | Data |
---|---|---|
29b22c79 JTV |
1 | obj-$(call lnot,$(CONFIG_HAX)) += hax-stub.o |
2 | obj-$(call lnot,$(CONFIG_HVF)) += hvf-stub.o | |
3 | obj-$(call lnot,$(CONFIG_WHPX)) += whpx-stub.o | |
4 | obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o | |
5 | obj-$(call lnot,$(CONFIG_TCG)) += tcg-stub.o |