Commit | Line | Data |
---|---|---|
d7f50089 YY |
1 | # This file tells config what files go into building a kernel, |
2 | # files marked standard are always included. | |
3 | # | |
54170488 | 4 | # $DragonFly: src/sys/platform/pc64/conf/files,v 1.4 2008/11/17 11:55:19 swildner Exp $ |
d7f50089 YY |
5 | # |
6 | ||
7 | linux32_genassym.o optional compat_linux32 \ | |
b2b3ffcd | 8 | dependency "$S/emulation/linux/x86_64/linux32_genassym.c ${FORWARD_HEADERS_COOKIE}" \ |
40ec0564 | 9 | compile-with "${CC} ${CFLAGS:N-fno-common} ${WERROR} -c ${.IMPSRC}" \ |
d7f50089 YY |
10 | no-obj no-implicit-rule \ |
11 | clean "linux32_genassym.o" | |
12 | # | |
13 | linux32_assym.h optional compat_linux32 \ | |
14 | dependency "$S/kern/genassym.sh linux32_genassym.o" \ | |
15 | compile-with "sh $S/kern/genassym.sh linux32_genassym.o > ${.TARGET}" \ | |
16 | no-obj no-implicit-rule before-depend \ | |
17 | clean "linux32_assym.h" | |
18 | # | |
c8fe38ae MD |
19 | font.h optional sc_dflt_font \ |
20 | compile-with "uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'static u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'static u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'static u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \ | |
21 | no-obj no-implicit-rule before-depend \ | |
22 | clean "font.h" | |
23 | # | |
24 | atkbdmap.h optional atkbd_dflt_keymap \ | |
25 | compile-with "/usr/sbin/kbdcontrol -L ${ATKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > atkbdmap.h" \ | |
26 | no-obj no-implicit-rule before-depend \ | |
27 | clean "atkbdmap.h" | |
28 | # | |
29 | ukbdmap.h optional ukbd_dflt_keymap \ | |
30 | compile-with "/usr/sbin/kbdcontrol -L ${UKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > ukbdmap.h" \ | |
31 | no-obj no-implicit-rule before-depend \ | |
32 | clean "ukbdmap.h" | |
33 | # | |
d7f50089 YY |
34 | emulation/linux/linux_file.c optional compat_linux32 |
35 | emulation/linux/linux_getcwd.c optional compat_linux32 | |
36 | emulation/linux/linux_ioctl.c optional compat_linux32 | |
37 | emulation/linux/linux_ipc.c optional compat_linux32 | |
38 | emulation/linux/linux_mib.c optional compat_linux32 | |
39 | emulation/linux/linux_misc.c optional compat_linux32 | |
40 | emulation/linux/linux_signal.c optional compat_linux32 | |
41 | emulation/linux/linux_socket.c optional compat_linux32 | |
42 | emulation/linux/linux_stats.c optional compat_linux32 | |
43 | emulation/linux/linux_sysctl.c optional compat_linux32 | |
44 | emulation/linux/linux_uid16.c optional compat_linux32 | |
45 | emulation/linux/linux_util.c optional compat_linux32 | |
b2b3ffcd SS |
46 | emulation/linux/x86_64/linux32_dummy.c optional compat_linux32 |
47 | emulation/linux/x86_64/linux32_locore.s optional compat_linux32 \ | |
d7f50089 | 48 | dependency "linux32_assym.h" |
b2b3ffcd SS |
49 | emulation/linux/x86_64/linux32_machdep.c optional compat_linux32 |
50 | emulation/linux/x86_64/linux32_sysent.c optional compat_linux32 | |
51 | emulation/linux/x86_64/linux32_sysvec.c optional compat_linux32 | |
d7f50089 | 52 | |
503ce1e0 SS |
53 | # XXX use assembler versions of bf_enc and des_enc |
54 | crypto/blowfish/bf_enc.c optional ipsec ipsec_esp | |
55 | crypto/des/des_enc.c optional ipsec ipsec_esp | |
56 | crypto/des/des_ecb.c optional netsmbcrypto | |
57 | crypto/des/des_enc.c optional netsmbcrypto | |
58 | crypto/des/des_setkey.c optional netsmbcrypto | |
59 | crypto/blowfish/bf_enc.c optional crypto | |
60 | crypto/des/des_enc.c optional crypto | |
61 | crypto/des/des_ecb.c optional crypto | |
62 | crypto/des/des_setkey.c optional crypto | |
63 | ||
c8fe38ae MD |
64 | dev/video/fb/fb.c optional vga |
65 | dev/video/fb/splash.c optional splash | |
66 | dev/video/fb/vga.c optional vga | |
67 | dev/misc/kbd/atkbd.c optional atkbd | |
68 | dev/misc/kbd/atkbdc.c optional atkbdc | |
69 | dev/misc/kbd/kbd.c optional atkbd | |
70 | dev/misc/kbd/kbd.c optional kbd | |
71 | dev/misc/kbd/kbd.c optional sc | |
72 | dev/misc/kbd/kbd.c optional ukbd | |
73 | dev/misc/syscons/schistory.c optional sc | |
74 | dev/misc/syscons/scmouse.c optional sc | |
75 | dev/misc/syscons/scterm.c optional sc | |
76 | dev/misc/syscons/scterm-dumb.c optional sc | |
77 | dev/misc/syscons/scterm-sc.c optional sc | |
78 | dev/misc/syscons/scvgarndr.c optional sc vga | |
79 | dev/misc/syscons/scvidctl.c optional sc | |
80 | dev/misc/syscons/scvtb.c optional sc | |
81 | dev/misc/syscons/syscons.c optional sc | |
82 | dev/misc/syscons/sysmouse.c optional sc | |
28730bd3 | 83 | kern/link_elf_obj.c standard |
d7f50089 YY |
84 | vfs/smbfs/smbfs_io.c optional smbfs |
85 | vfs/smbfs/smbfs_node.c optional smbfs | |
86 | vfs/smbfs/smbfs_smb.c optional smbfs | |
87 | vfs/smbfs/smbfs_subr.c optional smbfs | |
88 | vfs/smbfs/smbfs_vfsops.c optional smbfs | |
89 | vfs/smbfs/smbfs_vnops.c optional smbfs | |
90 | ||
b2b3ffcd | 91 | platform/pc64/x86_64/atomic.c standard \ |
40ec0564 | 92 | compile-with "${CC} -c ${CFLAGS} ${WERROR} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}" |
b2b3ffcd SS |
93 | platform/pc64/x86_64/autoconf.c standard |
94 | platform/pc64/x86_64/mpboot.S optional smp | |
d7f50089 YY |
95 | |
96 | # DDB XXX | |
b2b3ffcd | 97 | cpu/x86_64/misc/x86_64-gdbstub.c optional ddb |
5c5185ae | 98 | cpu/x86_64/misc/lwbuf.c standard |
b2b3ffcd SS |
99 | platform/pc64/x86_64/elf_machdep.c standard |
100 | platform/pc64/x86_64/in_cksum2.s optional inet | |
101 | platform/pc64/x86_64/ktr.c optional ktr | |
102 | platform/pc64/x86_64/db_disasm.c optional ddb | |
d7f50089 YY |
103 | # |
104 | # DOS mbr and gpt | |
105 | kern/subr_diskmbr.c standard | |
106 | kern/subr_diskgpt.c standard | |
107 | ||
c8fe38ae | 108 | libkern/memset.c standard |
d7f50089 YY |
109 | libkern/stack_protector.c standard |
110 | ||
111 | # DEVICES | |
112 | # | |
113 | ||
114 | # PLATFORM FILES | |
115 | # | |
b2b3ffcd SS |
116 | platform/pc64/x86_64/exception.S standard |
117 | platform/pc64/x86_64/ipl.s standard | |
118 | platform/pc64/x86_64/global.s standard | |
119 | platform/pc64/x86_64/support.s standard | |
120 | platform/pc64/x86_64/sigtramp.s standard | |
121 | platform/pc64/x86_64/swtch.s standard | |
122 | platform/pc64/x86_64/npx.c standard | |
123 | platform/pc64/x86_64/db_interface.c standard | |
124 | platform/pc64/x86_64/db_trace.c standard | |
be66ad11 AH |
125 | platform/pc64/x86_64/dump_machdep.c standard |
126 | platform/pc64/x86_64/minidump_machdep.c standard | |
b2b3ffcd SS |
127 | platform/pc64/x86_64/vm_machdep.c standard |
128 | platform/pc64/x86_64/machdep.c standard | |
129 | platform/pc64/x86_64/userldt.c standard | |
130 | platform/pc64/x86_64/tls.c standard | |
131 | platform/pc64/x86_64/trap.c standard | |
132 | platform/pc64/x86_64/procfs_machdep.c standard | |
133 | platform/pc64/x86_64/initcpu.c standard | |
134 | platform/pc64/x86_64/identcpu.c standard | |
135 | platform/pc64/x86_64/cpufreq_machdep.c standard | |
c8fe38ae | 136 | |
46d4e165 JG |
137 | platform/pc64/apic/apic_abi.c optional smp |
138 | platform/pc64/apic/mpapic.c optional smp | |
139 | platform/pc64/apic/apic_ipl.s optional smp | |
140 | platform/pc64/apic/apic_vector.s optional smp | |
141 | ||
b2b3ffcd SS |
142 | bus/isa/x86_64/isa.c optional isa |
143 | bus/isa/x86_64/isa_compat.c optional isa compat_oldisa | |
144 | bus/isa/x86_64/isa_dma.c optional isa | |
c8fe38ae | 145 | |
b2b3ffcd | 146 | platform/pc64/x86_64/nexus.c standard |
c8fe38ae MD |
147 | |
148 | platform/pc64/icu/icu_abi.c standard | |
149 | platform/pc64/icu/icu_ipl.s standard | |
150 | platform/pc64/icu/icu_vector.s standard | |
d7f50089 | 151 | |
b2b3ffcd SS |
152 | bus/pci/x86_64/legacy.c optional pci |
153 | bus/pci/x86_64/pci_bus.c optional pci | |
154 | bus/pci/x86_64/pci_cfgreg.c optional pci | |
155 | bus/pci/x86_64/mptable_pci.c optional pci smp apic_io | |
2ac05e91 | 156 | # notyet (BIOS struct and functions) |
b2b3ffcd | 157 | #bus/pci/x86_64/pci_pir.c optional pci |
2ac05e91 | 158 | |
b2b3ffcd SS |
159 | #platform/pc64/x86_64/init.c standard |
160 | platform/pc64/x86_64/globaldata.c standard | |
161 | platform/pc64/x86_64/pmap.c standard | |
162 | platform/pc64/x86_64/pmap_inval.c standard | |
163 | platform/pc64/x86_64/busdma_machdep.c standard | |
164 | platform/pc64/x86_64/sysarch.c standard | |
165 | platform/pc64/x86_64/systimer.c standard | |
166 | platform/pc64/x86_64/console.c standard | |
167 | platform/pc64/x86_64/ipl_funcs.c standard | |
c8fe38ae | 168 | kern/syscalls.c standard |
b2b3ffcd | 169 | platform/pc64/x86_64/mp_machdep.c optional smp |
c8fe38ae MD |
170 | dev/misc/atkbd/atkbd_isa.c optional atkbd |
171 | dev/misc/atkbdc_layer/atkbdc_isa.c optional atkbdc | |
3b681182 | 172 | dev/misc/ppc/ppc.c optional ppc |
c8fe38ae MD |
173 | dev/misc/psm/psm.c optional psm |
174 | dev/serial/sio/sio.c optional sio | |
175 | bus/isa/syscons_isa.c optional sc | |
176 | bus/isa/vga_isa.c optional vga | |
40ec0564 | 177 | platform/pc64/isa/clock.c standard nowerror |
c8fe38ae | 178 | platform/pc64/isa/intr_machdep.c standard |
b2b3ffcd | 179 | platform/pc64/x86_64/spinlock.s standard |