Makefile.target: Compile hax-stub.c for targets without HAX support.
authorEvgeny Voevodin <e.voevodin@samsung.com>
Tue, 16 Oct 2012 05:11:43 +0000 (09:11 +0400)
committerEvgeny 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

index 402eaa74bc819e1aea5c342201da0b6cfdc5ca59..60d860e6934db21cdf38fb4100a81a399bb8b6ff 100755 (executable)
@@ -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