Deleted Added
full compact
files.sparc64 (163629) files.sparc64 (163630)
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.sparc64 163629 2006-10-23 13:05:01Z ru $
4# $FreeBSD: head/sys/conf/files.sparc64 163630 2006-10-23 13:23:14Z ru $
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#
10atkbdmap.h optional atkbd_dflt_keymap \
11 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" \
12 no-obj no-implicit-rule before-depend \

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

37dev/atkbdc/atkbdc_isa.c optional atkbdc isa
38dev/atkbdc/atkbdc_subr.c optional atkbdc
39dev/atkbdc/psm.c optional psm atkbdc
40dev/auxio/auxio.c optional auxio sbus | auxio ebus
41dev/esp/esp_sbus.c optional esp sbus
42dev/fb/creator.c optional creator sc
43dev/fb/fb.c optional sc
44dev/fb/machfb.c optional machfb sc
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#
10atkbdmap.h optional atkbd_dflt_keymap \
11 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" \
12 no-obj no-implicit-rule before-depend \

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

37dev/atkbdc/atkbdc_isa.c optional atkbdc isa
38dev/atkbdc/atkbdc_subr.c optional atkbdc
39dev/atkbdc/psm.c optional psm atkbdc
40dev/auxio/auxio.c optional auxio sbus | auxio ebus
41dev/esp/esp_sbus.c optional esp sbus
42dev/fb/creator.c optional creator sc
43dev/fb/fb.c optional sc
44dev/fb/machfb.c optional machfb sc
45dev/fb/splash.c optional splash
46dev/hwpmc/hwpmc_sparc64.c optional hwpmc
47dev/kbd/kbd.c optional atkbd | sc | ukbd
48dev/le/if_le_ledma.c optional le sbus
49dev/ofw/ofw_bus_if.m standard
50dev/ofw/ofw_bus_subr.c standard
51dev/ofw/ofw_console.c optional ofw_console
52dev/ofw/openfirm.c standard
53dev/ofw/openfirmio.c standard

--- 84 unchanged lines hidden ---
45dev/hwpmc/hwpmc_sparc64.c optional hwpmc
46dev/kbd/kbd.c optional atkbd | sc | ukbd
47dev/le/if_le_ledma.c optional le sbus
48dev/ofw/ofw_bus_if.m standard
49dev/ofw/ofw_bus_subr.c standard
50dev/ofw/ofw_console.c optional ofw_console
51dev/ofw/openfirm.c standard
52dev/ofw/openfirmio.c standard

--- 84 unchanged lines hidden ---