Deleted Added
full compact
files.ia64 (110211) files.ia64 (111684)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# $FreeBSD: head/sys/conf/files.ia64 110211 2003-02-01 22:50:09Z marcel $
4# $FreeBSD: head/sys/conf/files.ia64 111684 2003-02-28 21:59:14Z ru $
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10#
11font8x16.o optional std8x16font \
12 compile-with "uudecode < /usr/share/syscons/fonts/${STD8X16FONT}-8x16.fnt && file2c 'unsigned char font_16[16*256] = {' '};' < ${STD8X16FONT}-8x16 > font8x16.c && ${CC} -c ${CFLAGS} font8x16.c" \

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

36ia64/ia64/db_trace.c optional ddb
37ia64/ia64/dump_machdep.c standard
38ia64/ia64/efi.c standard
39ia64/ia64/eficlock.c standard
40ia64/ia64/elf_machdep.c standard
41ia64/ia64/exception.s standard
42ia64/ia64/in_cksum.c optional inet
43ia64/ia64/interrupt.c standard
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10#
11font8x16.o optional std8x16font \
12 compile-with "uudecode < /usr/share/syscons/fonts/${STD8X16FONT}-8x16.fnt && file2c 'unsigned char font_16[16*256] = {' '};' < ${STD8X16FONT}-8x16 > font8x16.c && ${CC} -c ${CFLAGS} font8x16.c" \

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

36ia64/ia64/db_trace.c optional ddb
37ia64/ia64/dump_machdep.c standard
38ia64/ia64/efi.c standard
39ia64/ia64/eficlock.c standard
40ia64/ia64/elf_machdep.c standard
41ia64/ia64/exception.s standard
42ia64/ia64/in_cksum.c optional inet
43ia64/ia64/interrupt.c standard
44# locore.s needs to be handled in Makefile to put it first. Otherwise it's
45# now normal.
46# ia64/ia64/locore.s standard
44ia64/ia64/locore.s standard no-obj
47ia64/ia64/machdep.c standard
48ia64/ia64/mca.c standard
49ia64/ia64/mem.c standard
50ia64/ia64/mp_machdep.c optional smp
51ia64/ia64/nexus.c standard
52ia64/ia64/pal.s standard
53ia64/ia64/pmap.c standard
54ia64/ia64/sal.c standard

--- 65 unchanged lines hidden ---
45ia64/ia64/machdep.c standard
46ia64/ia64/mca.c standard
47ia64/ia64/mem.c standard
48ia64/ia64/mp_machdep.c optional smp
49ia64/ia64/nexus.c standard
50ia64/ia64/pal.s standard
51ia64/ia64/pmap.c standard
52ia64/ia64/sal.c standard

--- 65 unchanged lines hidden ---