%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
# # ia64/boot/Makefile # # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in the main directory of this archive # for more details. # # Copyright (C) 1998, 2003 by David Mosberger-Tang <davidm@hpl.hp.com> # targets-$(CONFIG_IA64_HP_SIM) += bootloader targets := vmlinux.bin vmlinux.gz $(targets-y) quiet_cmd_cptotop = LN $@ cmd_cptotop = ln -f $< $@ vmlinux.gz: $(obj)/vmlinux.gz $(addprefix $(obj)/,$(targets-y)) $(call cmd,cptotop) @echo ' Kernel: $@ is ready' boot: bootloader bootloader: $(obj)/bootloader $(call cmd,cptotop) $(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE $(call if_changed,gzip) $(obj)/vmlinux.bin: vmlinux FORCE $(call if_changed,objcopy) LDFLAGS_bootloader = -static -T $(obj)/bootloader: $(src)/bootloader.lds $(obj)/bootloader.o $(obj)/boot_head.o $(obj)/fw-emu.o \ lib/lib.a arch/ia64/lib/lib.a FORCE $(call if_changed,ld)