2 # NOTE: only compilable with x86 cross compile tools
4 include ..
/config-host.mak
10 TARGETS
+=linux_boot.bin
15 linux_boot.bin
: linux_boot.o
16 ld --oformat binary
-Ttext
0 -o
$@
$<
20 $(CC
) $(DEFINES
) -c
-o
$@
$<
23 rm -f
$(TARGETS
) *.o
*~