aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.sparc64
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2005-06-10 20:58:59 +0000
committerMarius Strobl <marius@FreeBSD.org>2005-06-10 20:58:59 +0000
commitc2722b8fcf1d5ac88b93735283c9f63bbab66bd7 (patch)
tree78cb701faf929484c68681127756e8cdb0ed6ea6 /sys/conf/files.sparc64
parent520b635320fe3ec5007d7774fd7b1a8abc432aca (diff)
downloadsrc-c2722b8fcf1d5ac88b93735283c9f63bbab66bd7.tar.gz
src-c2722b8fcf1d5ac88b93735283c9f63bbab66bd7.zip
- Hook up atkbdc(4), atkbd(4) and psm(4) to the sparc64 build, not
enabled in GENERIC by default, yet. - While here remove the exclusion of ukbd(4) from the sparc64 NOTES as ukbd(4) compiles and works on sparc64.
Notes
Notes: svn path=/head/; revision=147272
Diffstat (limited to 'sys/conf/files.sparc64')
-rw-r--r--sys/conf/files.sparc6413
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index 50bc61f0f64c..0baea64e4c34 100644
--- a/sys/conf/files.sparc64
+++ b/sys/conf/files.sparc64
@@ -7,6 +7,11 @@
# limitations in config: backslash-newline doesn't work in strings, and
# dependency lines other than the first are silently ignored.
#
+atkbdmap.h optional atkbd_dflt_keymap \
+ 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" \
+ no-obj no-implicit-rule before-depend \
+ clean "atkbdmap.h"
+#
ukbdmap.h optional ukbd_dflt_keymap \
compile-with "/usr/sbin/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" \
no-obj no-implicit-rule before-depend \
@@ -17,6 +22,13 @@ crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
crypto/des/des_enc.c optional ipsec ipsec_esp
crypto/blowfish/bf_enc.c optional crypto
crypto/des/des_enc.c optional crypto
+dev/atkbdc/atkbd.c optional atkbd atkbdc
+dev/atkbdc/atkbd_atkbdc.c optional atkbd atkbdc
+dev/atkbdc/atkbdc.c optional atkbdc
+dev/atkbdc/atkbdc_ebus.c optional atkbdc ebus
+dev/atkbdc/atkbdc_isa.c optional atkbdc isa
+dev/atkbdc/atkbdc_subr.c optional atkbdc
+dev/atkbdc/psm.c optional psm atkbdc
dev/auxio/auxio.c optional auxio sbus
dev/auxio/auxio.c optional auxio ebus
dev/esp/esp_sbus.c optional esp sbus
@@ -25,6 +37,7 @@ dev/fb/fb.c optional sc
dev/fb/machfb.c optional machfb sc
dev/fb/splash.c optional splash
dev/hwpmc/hwpmc_sparc64.c optional hwpmc
+dev/kbd/kbd.c optional atkbd
dev/kbd/kbd.c optional sc
dev/kbd/kbd.c optional ukbd
dev/ofw/ofw_bus_if.m standard