Deleted Added
full compact
files.mips (183197) files.mips (184194)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# Copyright (c) 2001, 2004-2005, Juniper Networks, Inc.
5# All rights reserved.
6# JNPR: files.mips,v 1.11 2007/08/09 12:25:35 katta
7#
8# The long compile-with and dependency lines are required because of

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

13# Phase 2
14# ----------------------------------------------------------------------
15# This file tells config what files go into building a kernel,
16# files marked standard are always included.
17#
18# Copyright (c) 2001, 2004-2005, Juniper Networks, Inc.
19# All rights reserved.
20# JNPR: files.mips,v 1.11 2007/08/09 12:25:35 katta
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# Copyright (c) 2001, 2004-2005, Juniper Networks, Inc.
5# All rights reserved.
6# JNPR: files.mips,v 1.11 2007/08/09 12:25:35 katta
7#
8# The long compile-with and dependency lines are required because of

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

13# Phase 2
14# ----------------------------------------------------------------------
15# This file tells config what files go into building a kernel,
16# files marked standard are always included.
17#
18# Copyright (c) 2001, 2004-2005, Juniper Networks, Inc.
19# All rights reserved.
20# JNPR: files.mips,v 1.11 2007/08/09 12:25:35 katta
21# $FreeBSD: head/sys/conf/files.mips 183197 2008-09-19 19:46:11Z imp $
21# $FreeBSD: head/sys/conf/files.mips 184194 2008-10-23 02:16:38Z marcel $
22#
23# The long compile-with and dependency lines are required because of
24# limitations in config: backslash-newline doesn't work in strings, and
25# dependency lines other than the first are silently ignored.
26#
27# ----------------------------------------------------------------------
28# Phase 2
29# ----------------------------------------------------------------------

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

66mips/mips/intr_machdep.c standard
67mips/mips/locore.S standard no-obj
68mips/mips/mem.c optional mem
69mips/mips/nexus.c standard
70mips/mips/stack_machdep.c optional ddb | stack
71mips/mips/support.S standard
72mips/mips/swtch.S standard
73mips/mips/uio_machdep.c standard
22#
23# The long compile-with and dependency lines are required because of
24# limitations in config: backslash-newline doesn't work in strings, and
25# dependency lines other than the first are silently ignored.
26#
27# ----------------------------------------------------------------------
28# Phase 2
29# ----------------------------------------------------------------------

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

66mips/mips/intr_machdep.c standard
67mips/mips/locore.S standard no-obj
68mips/mips/mem.c optional mem
69mips/mips/nexus.c standard
70mips/mips/stack_machdep.c optional ddb | stack
71mips/mips/support.S standard
72mips/mips/swtch.S standard
73mips/mips/uio_machdep.c standard
74geom/geom_bsd.c standard
75geom/geom_bsd_enc.c standard
76geom/geom_mbr.c standard
77geom/geom_mbr_enc.c standard
74geom/geom_bsd.c optional geom_bsd
75geom/geom_bsd_enc.c optional geom_bsd
76geom/geom_mbr.c optional geom_mbr
77geom/geom_mbr_enc.c optional geom_mbr
78hal.o optional ath_hal \
79 compile-with "ATH_HAL_CPU=mips; ATH_ENDIAN=`if ([ x${TARGET_BIG_ENDIAN} = x ]); then echo le; else echo be; fi;`; uudecode < $S/contrib/dev/ath/public/$$ATH_HAL_CPU-$$ATH_ENDIAN-elf.hal.o.uu" \
80 no-implicit-rule
81opt_ah.h optional ath_hal \
82 compile-with "ATH_HAL_CPU=mips; ATH_ENDIAN=`if ([ x${TARGET_BIG_ENDIAN} = x ]); then echo le; else echo be; fi;`; rm -f opt_ah.h; cp $S/contrib/dev/ath/public/$$ATH_HAL_CPU-$$ATH_ENDIAN-elf.opt_ah.h opt_ah.h" \
83 no-obj no-implicit-rule before-depend \
84 clean "opt_ah.h"
85libkern/ashldi3.c standard

--- 19 unchanged lines hidden ---
78hal.o optional ath_hal \
79 compile-with "ATH_HAL_CPU=mips; ATH_ENDIAN=`if ([ x${TARGET_BIG_ENDIAN} = x ]); then echo le; else echo be; fi;`; uudecode < $S/contrib/dev/ath/public/$$ATH_HAL_CPU-$$ATH_ENDIAN-elf.hal.o.uu" \
80 no-implicit-rule
81opt_ah.h optional ath_hal \
82 compile-with "ATH_HAL_CPU=mips; ATH_ENDIAN=`if ([ x${TARGET_BIG_ENDIAN} = x ]); then echo le; else echo be; fi;`; rm -f opt_ah.h; cp $S/contrib/dev/ath/public/$$ATH_HAL_CPU-$$ATH_ENDIAN-elf.opt_ah.h opt_ah.h" \
83 no-obj no-implicit-rule before-depend \
84 clean "opt_ah.h"
85libkern/ashldi3.c standard

--- 19 unchanged lines hidden ---