Ignore:
Timestamp:
2008-12-12T05:34:10Z (16 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b8f1c3
Parents:
925fdd7
Message:

IA64:Disable searching for image in actual directory in hello, fix Makefile

File:
1 edited

Legend:

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

    r925fdd7 rbb74e8ab  
    4949#When selected first lines or second lines, select if image is linked into hello or not - usefull for network boot
    5050#hello.so: hello.o image.o division.o
    51 hello.so: hello.o image.bin
     51hello.so: hello.o image.bin division.o
    5252#       $(LD) $(LDFLAGS) -Map hello.map hello.o division.o image.o -o hello.so $(LOADLIBES) #link image inside hello
    5353        $(LD) $(LDFLAGS) -Map hello.map hello.o division.o -o hello.so $(LOADLIBES) #dont link image inside hello
Note: See TracChangeset for help on using the changeset viewer.