projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7cd997
)
Makefile.target: Compile hax-stub.c for targets without HAX support.
author
Evgeny Voevodin
<e.voevodin@samsung.com>
Tue, 16 Oct 2012 05:11:43 +0000
(09:11 +0400)
committer
Evgeny Voevodin
<e.voevodin@samsung.com>
Tue, 16 Oct 2012 05:11:43 +0000
(09:11 +0400)
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Makefile.target
patch
|
blob
|
history
diff --git
a/Makefile.target
b/Makefile.target
index 402eaa74bc819e1aea5c342201da0b6cfdc5ca59..60d860e6934db21cdf38fb4100a81a399bb8b6ff 100755
(executable)
--- a/
Makefile.target
+++ b/
Makefile.target
@@
-144,9
+144,11
@@
obj-$(CONFIG_NO_XEN) += xen-stub.o
# HAX support
ifdef CONFIG_WIN32
obj-$(CONFIG_HAX) += target-i386/hax-all.o target-i386/hax-windows.o
+obj-$(CONFIG_NO_HAX) += hax-stub.o
endif
ifdef CONFIG_DARWIN
obj-$(CONFIG_HAX) += target-i386/hax-all.o target-i386/hax-darwin.o
+obj-$(CONFIG_NO_HAX) += hax-stub.o
endif
# Hardware support