Makefile (d745866e4d8c0675bab90868b5e4a8fcd053eff2) Makefile (c1bf207d6ee1eb72e9c10365edbdc7c9ff7fb9b0)
1#
2# This file is subject to the terms and conditions of the GNU General Public
3# License. See the file "COPYING" in the main directory of this archive
4# for more details.
5#
6# Copyright (C) 1994, 95, 96, 2003 by Ralf Baechle
7# DECStation modifications by Paul M. Antoine, 1996
8# Copyright (C) 2002, 2003, 2004 Maciej W. Rozycki

--- 245 unchanged lines hidden (view full) ---

254#
255# Some machines like the Indy need 32-bit ELF binaries for booting purposes.
256# Other need ECOFF, so we build a 32-bit ELF binary for them which we then
257# convert to ECOFF using elf2ecoff.
258#
259vmlinux.32: vmlinux
260 $(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@
261
1#
2# This file is subject to the terms and conditions of the GNU General Public
3# License. See the file "COPYING" in the main directory of this archive
4# for more details.
5#
6# Copyright (C) 1994, 95, 96, 2003 by Ralf Baechle
7# DECStation modifications by Paul M. Antoine, 1996
8# Copyright (C) 2002, 2003, 2004 Maciej W. Rozycki

--- 245 unchanged lines hidden (view full) ---

254#
255# Some machines like the Indy need 32-bit ELF binaries for booting purposes.
256# Other need ECOFF, so we build a 32-bit ELF binary for them which we then
257# convert to ECOFF using elf2ecoff.
258#
259vmlinux.32: vmlinux
260 $(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@
261
262
263#obj-$(CONFIG_KPROBES) += kprobes.o
264
262#
263# The 64-bit ELF tools are pretty broken so at this time we generate 64-bit
264# ELF files from 32-bit files by conversion.
265#
266vmlinux.64: vmlinux
267 $(OBJCOPY) -O $(64bit-bfd) $(OBJCOPYFLAGS) $< $@
268
269all: $(all-y)

--- 46 unchanged lines hidden ---
265#
266# The 64-bit ELF tools are pretty broken so at this time we generate 64-bit
267# ELF files from 32-bit files by conversion.
268#
269vmlinux.64: vmlinux
270 $(OBJCOPY) -O $(64bit-bfd) $(OBJCOPYFLAGS) $< $@
271
272all: $(all-y)

--- 46 unchanged lines hidden ---