diff options
author | marius <marius@FreeBSD.org> | 2005-06-10 20:58:59 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2005-06-10 20:58:59 +0000 |
commit | 7958cd2c9059df08ea7ce206d7496d47e63f2460 (patch) | |
tree | 78cb701faf929484c68681127756e8cdb0ed6ea6 /sys/conf/files.sparc64 | |
parent | 9afc57a1d6b7a82c8cce67a9b6da734e64da5fef (diff) | |
download | FreeBSD-src-7958cd2c9059df08ea7ce206d7496d47e63f2460.zip FreeBSD-src-7958cd2c9059df08ea7ce206d7496d47e63f2460.tar.gz |
- 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.
Diffstat (limited to 'sys/conf/files.sparc64')
-rw-r--r-- | sys/conf/files.sparc64 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64 index 50bc61f..0baea64 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 |