Deleted Added
full compact
files.sparc64 (170520) files.sparc64 (170840)
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 170520 2007-06-11 00:38:06Z marcel $
4# $FreeBSD: head/sys/conf/files.sparc64 170840 2007-06-16 21:48:50Z marius $
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 \

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

41dev/atkbdc/atkbdc_ebus.c optional atkbdc ebus
42dev/atkbdc/atkbdc_isa.c optional atkbdc isa
43dev/atkbdc/atkbdc_subr.c optional atkbdc
44dev/atkbdc/psm.c optional psm atkbdc
45dev/auxio/auxio.c optional auxio sbus | auxio ebus
46dev/esp/esp_sbus.c optional esp sbus
47dev/fb/creator.c optional creator sc
48dev/fb/fb.c optional 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 \

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

41dev/atkbdc/atkbdc_ebus.c optional atkbdc ebus
42dev/atkbdc/atkbdc_isa.c optional atkbdc isa
43dev/atkbdc/atkbdc_subr.c optional atkbdc
44dev/atkbdc/psm.c optional psm atkbdc
45dev/auxio/auxio.c optional auxio sbus | auxio ebus
46dev/esp/esp_sbus.c optional esp sbus
47dev/fb/creator.c optional creator sc
48dev/fb/fb.c optional sc
49dev/fb/gallant12x22.c optional sc
49dev/fb/machfb.c optional machfb sc
50dev/hwpmc/hwpmc_sparc64.c optional hwpmc
51dev/kbd/kbd.c optional atkbd | sc | ukbd
52dev/le/if_le_lebuffer.c optional le sbus
53dev/le/if_le_ledma.c optional le sbus
54dev/le/lebuffer_sbus.c optional le sbus
55dev/ofw/ofw_bus_if.m standard
56dev/ofw/ofw_bus_subr.c standard

--- 81 unchanged lines hidden ---
50dev/fb/machfb.c optional machfb sc
51dev/hwpmc/hwpmc_sparc64.c optional hwpmc
52dev/kbd/kbd.c optional atkbd | sc | ukbd
53dev/le/if_le_lebuffer.c optional le sbus
54dev/le/if_le_ledma.c optional le sbus
55dev/le/lebuffer_sbus.c optional le sbus
56dev/ofw/ofw_bus_if.m standard
57dev/ofw/ofw_bus_subr.c standard

--- 81 unchanged lines hidden ---