files.amd64 (d85631c4ac29e17917c0444837225df309fba37e) files.amd64 (04ddc5dea6d8e5e0ced0f4de40c603ae26b8254c)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# $FreeBSD$
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
11ia32_genassym.o optional ia32 \
12 dependency "$S/amd64/ia32/ia32_genassym.c" \
13 compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \
14 no-obj no-implicit-rule \
15 clean "ia32_genassym.o"
16#
17ia32_assym.h optional ia32 \
18 dependency "$S/kern/genassym.sh ia32_genassym.o" \
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# $FreeBSD$
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
11ia32_genassym.o optional ia32 \
12 dependency "$S/amd64/ia32/ia32_genassym.c" \
13 compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \
14 no-obj no-implicit-rule \
15 clean "ia32_genassym.o"
16#
17ia32_assym.h optional ia32 \
18 dependency "$S/kern/genassym.sh ia32_genassym.o" \
19 compile-with "sh $S/kern/genassym.sh ia32_genassym.o > ${.TARGET}" \
19 compile-with "env NM=${NM} sh $S/kern/genassym.sh ia32_genassym.o > ${.TARGET}" \
20 no-obj no-implicit-rule before-depend \
21 clean "ia32_assym.h"
22#
23
24dev/kbd/atkbd.c optional atkbd
25dev/kbd/atkbdc.c optional atkbdc
26dev/kbd/kbd.c optional atkbd
27dev/kbd/kbd.c optional kbd

--- 107 unchanged lines hidden ---
20 no-obj no-implicit-rule before-depend \
21 clean "ia32_assym.h"
22#
23
24dev/kbd/atkbd.c optional atkbd
25dev/kbd/atkbdc.c optional atkbdc
26dev/kbd/kbd.c optional atkbd
27dev/kbd/kbd.c optional kbd

--- 107 unchanged lines hidden ---