Index: boot/arch/ia64/loader/gefi/HelenOS/Makefile
===================================================================
--- boot/arch/ia64/loader/gefi/HelenOS/Makefile	(revision 59e4864a51a79cbe1c491a3c86539b884e9005e6)
+++ boot/arch/ia64/loader/gefi/HelenOS/Makefile	(revision ff3b7da7acb81fa6d9a3a13f7c7f96b11b4cb59d)
@@ -48,5 +48,5 @@
 #When selected first lines or second lines, select if image is linked into hello or not - usefull for network boot
 #hello.so: hello.o image.o 
-hello.so: hello.o
+hello.so: hello.o image.bin
 #	$(LD) $(LDFLAGS) -Map hello.map hello.o image.o -o hello.so $(LOADLIBES) #link image inside hello
 	$(LD) $(LDFLAGS) -Map hello.map hello.o -o hello.so $(LOADLIBES) #dont link image inside hello
@@ -54,4 +54,9 @@
 hello.o: hello.c
 	$(CC) $(INCDIR) $(CFLAGS) $(CPPFLAGS) -c hello.c -o hello.o
+
+
+image.bin: ../../image.boot 
+	$(OBJCOPY) -O binary ../../image.boot image.bin
+
 
 image.o: ../../image.boot mkimage
