Ignore:
Timestamp:
2008-02-19T09:56:43Z (17 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
75c426b4
Parents:
343dc9e3
Message:

IA64: crosscompilation support for GNU-EFI and hello.efi

File:
1 edited

Legend:

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

    r343dc9e3 rf1af679  
    2121#  02111-1307, USA.
    2222#
    23 
     23prefix=$(PREFIX)
    2424include ../Make.defaults
    2525CDIR=$(TOPDIR)/..
     
    3333
    3434
    35 all:    hello.efi
     35all:    gefi hello.efi
    3636
    3737
     
    4444        $(OBJCOPY) -j .text -j .sdata -j .data -j .dynamic -j .dynsym -j .rel \
    4545                   -j .rela -j .reloc --target=$(FORMAT) hello.so hello.efi
    46         objdump -d hello.efi > hello.disass
     46        $(OBJDUMP) -d hello.efi > hello.disass 
    4747
    4848hello.so: hello.o image.o
     
    5353
    5454image.o: ../../image.boot
    55         objcopy -O binary ../../image.boot image.bin
    56         objcopy -I binary -O elf64-ia64-little -B ia64 image.bin image.o
     55        $(OBJCOPY) -O binary ../../image.boot image.bin
     56        $(OBJCOPY) -I binary -O elf64-ia64-little -B ia64 image.bin image.o
    5757
    5858
    59 
     59gefi:
     60        make -C .. prefix=$(PREFIX)
Note: See TracChangeset for help on using the changeset viewer.