>> --- a/accel/stubs/Makefile.objs >> +++ b/accel/stubs/Makefile.objs >> @@ -1,2 +1,3 @@ >> obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o >> obj-$(call lnot,$(CONFIG_TCG)) += tcg-stub.o >> +obj-$(call lnot,$(CONFIG_HAX)) += hax-stub.o > > Reviewed-by: Stefan Weil <s...@weilnetz.de>
Thanks! > > Personally, I like alphabetic order for such lines. > Maybe that can be done when it is applied. Fine by me ;) Richard if you plan to take this, tell me if you prefer another patch alphabetically sorted. Regards, Phil.