![]() | |||||||||||||
Messages in this thread Patch in this message |
After making a modification to the default keyboard mappings, I noticed that the Makefile is lacking a rule to create "defkeymap.c" from "defkeymap.map". The patch below fixes this. And yes, I know I can change the keyboard mappings with "loadkeys" in my startup scripts, but I want to use the kernel on a bootflop with no room for "loadkeys". --- linux/drivers/char/Makefile.orig Sun Jan 26 18:17:12 1997 +++ linux/drivers/char/Makefile Sat Feb 22 13:13:46 1997 @@ -231,3 +231,8 @@ uni_hash.tbl: $(FONTMAPFILE) conmakehash ./conmakehash $(FONTMAPFILE) > uni_hash.tbl + +ifndef CONFIG_SUN_KEYBOARD +defkeymap.c: defkeymap.map + loadkeys --mktable defkeymap.map > defkeymap.c +endif Dick -- Dick Streefland //// Tasking Software BV dick_streefland@tasking.com (@ @) http://www.tasking.com --------------------------------oOO--(_)--OOo--------------------------- | ||||||||||||
| Last update: 2005-03-22 13:39 [from the cache] ©2003-2008 | |||||||||||||