Deleted Added
full compact
files.i386 (44801) files.i386 (45095)
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.228 1999/03/10 10:36:29 yokota Exp $
4# $Id: files.i386,v 1.229 1999/03/16 13:34:02 sos 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 $@ $<" \

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

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#
37dev/ata/ata-all.c optional ata device-driver
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 $@ $<" \

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

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#
37dev/ata/ata-all.c optional ata device-driver
38dev/ata/ata-dma.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

--- 331 unchanged lines hidden ---
39dev/ata/atapi-all.c optional ata device-driver
40dev/ata/ata-disk.c optional atadisk device-driver
41dev/ata/atapi-cd.c optional atapicd device-driver
42dev/ata/atapi-fd.c optional atapifd device-driver
43dev/ata/atapi-tape.c optional atapist device-driver
44dev/fb/fb.c optional fb device-driver
45dev/fb/fb.c optional vga device-driver
46dev/fb/splash.c optional splash

--- 331 unchanged lines hidden ---