Skip to content

Commit

Permalink
accel/hax: move hax-stub.c to accel/stubs/
Browse files Browse the repository at this point in the history
Suggested-by: Paolo Bonzini <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Stefan Weil <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
  • Loading branch information
philmd authored and bonzini committed Sep 19, 2017
1 parent 128b52e commit 4c44a00
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.target
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ obj-y += fpu/softfloat.o
obj-y += target/$(TARGET_BASE_ARCH)/
obj-y += disas.o
obj-$(call notempty,$(TARGET_XML_FILES)) += gdbstub-xml.o
obj-$(call lnot,$(CONFIG_HAX)) += hax-stub.o

obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/decContext.o
obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/decNumber.o
Expand Down
1 change: 1 addition & 0 deletions accel/stubs/Makefile.objs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
obj-$(call lnot,$(CONFIG_HAX)) += hax-stub.o
obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
obj-$(call lnot,$(CONFIG_TCG)) += tcg-stub.o
File renamed without changes.

0 comments on commit 4c44a00

Please sign in to comment.