Deleted Added
full compact
files.sparc64 (151805) files.sparc64 (152683)
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 151805 2005-10-28 15:58:19Z joerg $
4# $FreeBSD: head/sys/conf/files.sparc64 152683 2005-11-22 16:37:45Z 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 \

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

37dev/fb/fb.c optional sc
38dev/fb/machfb.c optional machfb sc
39dev/fb/splash.c optional splash
40dev/hwpmc/hwpmc_sparc64.c optional hwpmc
41dev/kbd/kbd.c optional atkbd
42dev/kbd/kbd.c optional sc
43dev/kbd/kbd.c optional ukbd
44dev/ofw/ofw_bus_if.m standard
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/fb/fb.c optional sc
38dev/fb/machfb.c optional machfb sc
39dev/fb/splash.c optional splash
40dev/hwpmc/hwpmc_sparc64.c optional hwpmc
41dev/kbd/kbd.c optional atkbd
42dev/kbd/kbd.c optional sc
43dev/kbd/kbd.c optional ukbd
44dev/ofw/ofw_bus_if.m standard
45dev/ofw/ofw_bus_subr.c standard
45dev/ofw/ofw_console.c optional ofw_console
46dev/ofw/openfirm.c standard
47dev/ofw/openfirmio.c standard
48dev/ofw/openpromio.c standard
49dev/pcf/envctrl.c optional pcf
50dev/pcf/pcf_ebus.c optional pcf ebus
51dev/sound/sbus/cs4231.c optional snd_audiocs ebus
52dev/sound/sbus/cs4231.c optional snd_audiocs sbus

--- 89 unchanged lines hidden ---
46dev/ofw/ofw_console.c optional ofw_console
47dev/ofw/openfirm.c standard
48dev/ofw/openfirmio.c standard
49dev/ofw/openpromio.c standard
50dev/pcf/envctrl.c optional pcf
51dev/pcf/pcf_ebus.c optional pcf ebus
52dev/sound/sbus/cs4231.c optional snd_audiocs ebus
53dev/sound/sbus/cs4231.c optional snd_audiocs sbus

--- 89 unchanged lines hidden ---