Makefile (c37fe6aff89cb0d842993fe2f69e48bf3ebe0ab0) Makefile (d92cc4d5164398cc6d191084b46e622976c0ba89)
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

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

327
328OBJCOPYFLAGS += --remove-section=.reginfo
329
330head-y := arch/mips/kernel/head.o
331
332libs-y += arch/mips/lib/
333libs-$(CONFIG_MIPS_FP_SUPPORT) += arch/mips/math-emu/
334
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

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

327
328OBJCOPYFLAGS += --remove-section=.reginfo
329
330head-y := arch/mips/kernel/head.o
331
332libs-y += arch/mips/lib/
333libs-$(CONFIG_MIPS_FP_SUPPORT) += arch/mips/math-emu/
334
335# See arch/mips/Kbuild for content of core part of the kernel
336core-y += arch/mips/
337
338drivers-y += arch/mips/crypto/
339
340# suspend and hibernation support
341drivers-$(CONFIG_PM) += arch/mips/power/
342
343# boot image targets (arch/mips/boot/)
344boot-y := vmlinux.bin
345boot-y += vmlinux.ecoff

--- 223 unchanged lines hidden ---
335drivers-y += arch/mips/crypto/
336
337# suspend and hibernation support
338drivers-$(CONFIG_PM) += arch/mips/power/
339
340# boot image targets (arch/mips/boot/)
341boot-y := vmlinux.bin
342boot-y += vmlinux.ecoff

--- 223 unchanged lines hidden ---