Ignore:
Timestamp:
2008-11-11T08:15:52Z (16 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ff3b7da7
Parents:
59e4864
Message:

IA64 Bootloader Makefile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/loader/gefi/HelenOS/Makefile

    r59e4864 rf3c4a26  
    4848#When selected first lines or second lines, select if image is linked into hello or not - usefull for network boot
    4949#hello.so: hello.o image.o
    50 hello.so: hello.o
     50hello.so: hello.o image.bin
    5151#       $(LD) $(LDFLAGS) -Map hello.map hello.o image.o -o hello.so $(LOADLIBES) #link image inside hello
    5252        $(LD) $(LDFLAGS) -Map hello.map hello.o -o hello.so $(LOADLIBES) #dont link image inside hello
     
    5454hello.o: hello.c
    5555        $(CC) $(INCDIR) $(CFLAGS) $(CPPFLAGS) -c hello.c -o hello.o
     56
     57
     58image.bin: ../../image.boot
     59        $(OBJCOPY) -O binary ../../image.boot image.bin
     60
    5661
    5762image.o: ../../image.boot mkimage
Note: See TracChangeset for help on using the changeset viewer.