files.powerpc revision 147307
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.powerpc 147307 2005-06-12 00:47:21Z marcel $
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#
11
12font.h                          optional        sc            \
13        compile-with    "uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \
14	no-obj no-implicit-rule before-depend				\
15	clean	"font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
16
17dev/fb/fb.c			optional	sc
18dev/hwpmc/hwpmc_powerpc.c	optional	hwpmc
19dev/kbd/kbd.c			optional	sc
20dev/syscons/scgfbrndr.c		optional	sc
21dev/syscons/schistory.c		optional	sc
22dev/syscons/scmouse.c		optional	sc
23dev/syscons/scterm.c		optional	sc
24dev/syscons/scterm-dumb.c	optional	sc
25dev/syscons/scterm-sc.c		optional	sc
26dev/syscons/scvidctl.c		optional	sc
27dev/syscons/scvtb.c		optional	sc
28dev/syscons/syscons.c		optional	sc
29dev/syscons/sysmouse.c		optional	sc
30geom/geom_apple.c		standard
31kern/syscalls.c			optional	ktr
32powerpc/powerpc/atomic.S	standard
33powerpc/powerpc/autoconf.c	standard
34powerpc/powerpc/bcopy.c		standard
35powerpc/powerpc/busdma_machdep.c standard
36powerpc/powerpc/clock.c		standard
37powerpc/powerpc/copyinout.c	standard
38powerpc/powerpc/copystr.c	standard
39powerpc/powerpc/cpu.c		standard
40powerpc/powerpc/elf_machdep.c	standard
41powerpc/powerpc/fpu.c		standard
42powerpc/powerpc/fuswintr.c	standard
43powerpc/powerpc/in_cksum.c	optional	inet
44powerpc/powerpc/interrupt.c	standard
45powerpc/powerpc/intr_machdep.c	standard
46powerpc/powerpc/locore.S	standard	no-obj
47powerpc/powerpc/machdep.c	standard
48powerpc/powerpc/nexus.c		standard
49powerpc/powerpc/ofwmagic.S	standard
50powerpc/powerpc/ofw_machdep.c	standard
51powerpc/powerpc/openpic.c	standard
52powerpc/powerpc/pic_if.m	standard
53powerpc/powerpc/pmap.c		standard
54powerpc/powerpc/sc_machdep.c	optional	sc
55powerpc/powerpc/setjmp.S	standard
56powerpc/powerpc/sigcode.S	standard
57powerpc/powerpc/suswintr.c	standard
58powerpc/powerpc/syncicache.c	standard
59powerpc/powerpc/sys_machdep.c	standard
60powerpc/powerpc/swtch.S		standard
61powerpc/powerpc/trap.c		standard
62powerpc/powerpc/uio_machdep.c	standard
63powerpc/powerpc/uma_machdep.c	standard
64powerpc/powerpc/vm_machdep.c	standard
65
66powerpc/powerpc/db_disasm.c	optional	ddb
67powerpc/powerpc/db_interface.c	optional	ddb
68powerpc/powerpc/db_hwwatch.c	optional	ddb
69powerpc/powerpc/db_trace.c	optional	ddb
70
71crypto/blowfish/bf_enc.c	optional	ipsec ipsec_esp
72crypto/des/des_enc.c		optional	ipsec ipsec_esp
73crypto/des/des_enc.c		optional	netsmbcrypto
74
75dev/ofw/openfirm.c		standard
76dev/ofw/ofw_bus_if.m		standard
77dev/ofw/ofw_console.c		standard
78dev/ofw/ofw_disk.c		optional	ofwd
79
80libkern/ashldi3.c		standard
81libkern/ashrdi3.c		standard
82libkern/bcmp.c			standard
83libkern/divdi3.c		standard
84libkern/ffs.c			standard
85libkern/ffsl.c			standard
86libkern/fls.c			standard
87libkern/flsl.c			standard
88libkern/lshrdi3.c		standard
89libkern/moddi3.c		standard
90libkern/qdivrem.c		standard
91libkern/ucmpdi2.c		standard
92libkern/udivdi3.c		standard
93libkern/umoddi3.c		standard
94
95powerpc/powerpc/mem.c		optional mem
96powerpc/powerpc/mp_machdep.c	optional smp
97
98powerpc/ofw/ofw_pci.c		optional	pci
99powerpc/ofw/ofw_pcib_pci.c	optional	pci
100powerpc/ofw/ofw_syscons.c	optional	sc
101
102powerpc/powermac/ata_kauai.c	optional	powermac ata
103powerpc/powermac/ata_macio.c	optional	powermac ata
104powerpc/powermac/grackle.c	optional	powermac pci
105powerpc/powermac/hrowpic.c	optional	powermac pci
106powerpc/powermac/macio.c	optional	powermac pci
107powerpc/powermac/openpic_macio.c optional	powermac pci
108powerpc/powermac/pswitch.c	optional	powermac pswitch
109powerpc/powermac/uninorth.c	optional	powermac pci
110
111powerpc/psim/iobus.c 		optional psim
112powerpc/psim/ata_iobus.c	optional ata psim
113powerpc/psim/openpic_iobus.c	optional psim
114powerpc/psim/sio_iobus.c	optional sio psim
115
116dev/zs/zs_macio.c		optional	powermac zs
117