source: mainline/arch/ia64/boot/Makefile@ 6bc4dbd

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 6bc4dbd was 6bc4dbd, checked in by Martin Decky <martin@…>, 20 years ago

new build system upgrade
finished work for IA-32, IA-64, PPC-32, SPARC-64

  • Property mode set to 100644
File size: 211 bytes
Line 
1.PHONY: build clean
2
3build: boot.bin
4 cp boot.bin ../../../load.bin
5
6boot.bin: boot.o
7 $(LD) -EL -T _link.ld -n boot.o -o $@
8
9boot.o: boot.s
10 $(AS) boot.s -o $@
11
12clean:
13 -rm -f boot.o boot.bin ../../../load.bin
Note: See TracBrowser for help on using the repository browser.