Changeset f1af679 in mainline for boot/arch/ia64/loader/gefi/HelenOS/Makefile
- Timestamp:
- 2008-02-19T09:56:43Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 75c426b4
- Parents:
- 343dc9e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/gefi/HelenOS/Makefile
r343dc9e3 rf1af679 21 21 # 02111-1307, USA. 22 22 # 23 23 prefix=$(PREFIX) 24 24 include ../Make.defaults 25 25 CDIR=$(TOPDIR)/.. … … 33 33 34 34 35 all: hello.efi35 all: gefi hello.efi 36 36 37 37 … … 44 44 $(OBJCOPY) -j .text -j .sdata -j .data -j .dynamic -j .dynsym -j .rel \ 45 45 -j .rela -j .reloc --target=$(FORMAT) hello.so hello.efi 46 objdump -d hello.efi > hello.disass46 $(OBJDUMP) -d hello.efi > hello.disass 47 47 48 48 hello.so: hello.o image.o … … 53 53 54 54 image.o: ../../image.boot 55 objcopy-O binary ../../image.boot image.bin56 objcopy-I binary -O elf64-ia64-little -B ia64 image.bin image.o55 $(OBJCOPY) -O binary ../../image.boot image.bin 56 $(OBJCOPY) -I binary -O elf64-ia64-little -B ia64 image.bin image.o 57 57 58 58 59 59 gefi: 60 make -C .. prefix=$(PREFIX)
Note:
See TracChangeset
for help on using the changeset viewer.