Deleted Added
full compact
files.amd64 (234118) files.amd64 (236772)
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.amd64 234118 2012-04-11 02:42:01Z marcel $
4# $FreeBSD: head/sys/conf/files.amd64 236772 2012-06-09 00:37:26Z iwasaki $
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#
11linux32_genassym.o optional compat_linux32 \
12 dependency "$S/amd64/linux32/linux32_genassym.c" \

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

67 compile-with "uudecode < $S/dev/hptmv/amd64-elf.raid.o.uu" \
68 no-implicit-rule
69hptrr_lib.o optional hptrr \
70 dependency "$S/dev/hptrr/amd64-elf.hptrr_lib.o.uu" \
71 compile-with "uudecode < $S/dev/hptrr/amd64-elf.hptrr_lib.o.uu" \
72 no-implicit-rule
73#
74amd64/acpica/acpi_machdep.c optional acpi
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#
11linux32_genassym.o optional compat_linux32 \
12 dependency "$S/amd64/linux32/linux32_genassym.c" \

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

67 compile-with "uudecode < $S/dev/hptmv/amd64-elf.raid.o.uu" \
68 no-implicit-rule
69hptrr_lib.o optional hptrr \
70 dependency "$S/dev/hptrr/amd64-elf.hptrr_lib.o.uu" \
71 compile-with "uudecode < $S/dev/hptrr/amd64-elf.hptrr_lib.o.uu" \
72 no-implicit-rule
73#
74amd64/acpica/acpi_machdep.c optional acpi
75amd64/acpica/acpi_switch.S optional acpi
76acpi_wakecode.o optional acpi \
77 dependency "$S/amd64/acpica/acpi_wakecode.S assym.s" \
78 compile-with "${NORMAL_S}" \
79 no-obj no-implicit-rule before-depend \
80 clean "acpi_wakecode.o"
81acpi_wakecode.bin optional acpi \
82 dependency "acpi_wakecode.o" \
83 compile-with "objcopy -S -O binary acpi_wakecode.o ${.TARGET}" \

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

89 no-obj no-implicit-rule before-depend \
90 clean "acpi_wakecode.h"
91acpi_wakedata.h optional acpi \
92 dependency "acpi_wakecode.o" \
93 compile-with '${NM} -n --defined-only acpi_wakecode.o | while read offset dummy what; do echo "#define $${what} 0x$${offset}"; done > ${.TARGET}' \
94 no-obj no-implicit-rule before-depend \
95 clean "acpi_wakedata.h"
96#
75acpi_wakecode.o optional acpi \
76 dependency "$S/amd64/acpica/acpi_wakecode.S assym.s" \
77 compile-with "${NORMAL_S}" \
78 no-obj no-implicit-rule before-depend \
79 clean "acpi_wakecode.o"
80acpi_wakecode.bin optional acpi \
81 dependency "acpi_wakecode.o" \
82 compile-with "objcopy -S -O binary acpi_wakecode.o ${.TARGET}" \

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

88 no-obj no-implicit-rule before-depend \
89 clean "acpi_wakecode.h"
90acpi_wakedata.h optional acpi \
91 dependency "acpi_wakecode.o" \
92 compile-with '${NM} -n --defined-only acpi_wakecode.o | while read offset dummy what; do echo "#define $${what} 0x$${offset}"; done > ${.TARGET}' \
93 no-obj no-implicit-rule before-depend \
94 clean "acpi_wakedata.h"
95#
97amd64/acpica/acpi_wakeup.c optional acpi
96x86/acpica/acpi_wakeup.c optional acpi
98amd64/amd64/amd64_mem.c optional mem
99#amd64/amd64/apic_vector.S standard
100amd64/amd64/atomic.c standard
101amd64/amd64/autoconf.c standard
102amd64/amd64/bios.c standard
103amd64/amd64/bpf_jit_machdep.c optional bpf_jitter
104amd64/amd64/cpu_switch.S standard
105amd64/amd64/db_disasm.c optional ddb

--- 381 unchanged lines hidden ---
97amd64/amd64/amd64_mem.c optional mem
98#amd64/amd64/apic_vector.S standard
99amd64/amd64/atomic.c standard
100amd64/amd64/autoconf.c standard
101amd64/amd64/bios.c standard
102amd64/amd64/bpf_jit_machdep.c optional bpf_jitter
103amd64/amd64/cpu_switch.S standard
104amd64/amd64/db_disasm.c optional ddb

--- 381 unchanged lines hidden ---