files.i386 (fda82fc2b9bc477624e28193c49783cd2dfdbc8e) files.i386 (e9deda23ae07ac86ee4f289ee3ac6979f2205627)
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# $Id: files.i386,v 1.226 1999/03/07 16:11:12 hm Exp $
4# $Id: files.i386,v 1.227 1999/03/10 10:11:41 julian Exp $
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#
10linux_genassym optional compat_linux \
11 dependency "$S/i386/linux/linux_genassym.c $S/i386/linux/linux.h" \
12 compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ $<" \

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

19 no-obj no-implicit-rule before-depend \
20 clean "linux_assym.h"
21#
22font8x16.o optional std8x16font \
23 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" \
24 no-implicit-rule before-depend \
25 clean "${STD8X16FONT}-8x16 font8x16.c"
26#
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#
10linux_genassym optional compat_linux \
11 dependency "$S/i386/linux/linux_genassym.c $S/i386/linux/linux.h" \
12 compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ $<" \

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

19 no-obj no-implicit-rule before-depend \
20 clean "linux_assym.h"
21#
22font8x16.o optional std8x16font \
23 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" \
24 no-implicit-rule before-depend \
25 clean "${STD8X16FONT}-8x16 font8x16.c"
26#
27atkbdmap.h optional atkbd_dflt_keymap \
28 compile-with "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" \
29 no-obj no-implicit-rule before-depend \
30 clean "atkbdmap.h"
31#
32ukbdmap.h optional ukbd_dflt_keymap \
33 compile-with "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" \
34 no-obj no-implicit-rule before-depend \
35 clean "ukbdmap.h"
36#
27dev/ata/ata-all.c optional ata device-driver
28dev/ata/atapi-all.c optional ata device-driver
29dev/ata/ata-disk.c optional atadisk device-driver
30dev/ata/atapi-cd.c optional atapicd device-driver
31dev/ata/atapi-fd.c optional atapifd device-driver
32dev/ata/atapi-tape.c optional atapist device-driver
33dev/fb/fb.c optional fb device-driver
34dev/fb/fb.c optional vga device-driver
35dev/fb/splash.c optional splash
36dev/kbd/atkbd.c optional atkbd device-driver
37dev/kbd/atkbdc.c optional atkbdc device-driver
38dev/kbd/kbd.c optional atkbd device-driver
39dev/kbd/kbd.c optional kbd device-driver
37dev/ata/ata-all.c optional ata device-driver
38dev/ata/atapi-all.c optional ata device-driver
39dev/ata/ata-disk.c optional atadisk device-driver
40dev/ata/atapi-cd.c optional atapicd device-driver
41dev/ata/atapi-fd.c optional atapifd device-driver
42dev/ata/atapi-tape.c optional atapist device-driver
43dev/fb/fb.c optional fb device-driver
44dev/fb/fb.c optional vga device-driver
45dev/fb/splash.c optional splash
46dev/kbd/atkbd.c optional atkbd device-driver
47dev/kbd/atkbdc.c optional atkbdc device-driver
48dev/kbd/kbd.c optional atkbd device-driver
49dev/kbd/kbd.c optional kbd device-driver
40#dev/kbd/kbd.c optional ukbd device-driver
50dev/kbd/kbd.c optional ukbd device-driver
41dev/syscons/syscons.c optional sc device-driver
42dev/syscons/scvidctl.c optional sc device-driver
43dev/syscons/scvesactl.c optional sc device-driver
44i386/apm/apm.c optional apm device-driver
45i386/apm/apm_setup.s optional apm
46i386/eisa/dpt_eisa.c optional eisa dpt device-driver
47i386/eisa/3c5x9.c optional ep device-driver
48i386/eisa/adv_eisa.c optional adv device-driver

--- 318 unchanged lines hidden ---
51dev/syscons/syscons.c optional sc device-driver
52dev/syscons/scvidctl.c optional sc device-driver
53dev/syscons/scvesactl.c optional sc device-driver
54i386/apm/apm.c optional apm device-driver
55i386/apm/apm_setup.s optional apm
56i386/eisa/dpt_eisa.c optional eisa dpt device-driver
57i386/eisa/3c5x9.c optional ep device-driver
58i386/eisa/adv_eisa.c optional adv device-driver

--- 318 unchanged lines hidden ---