]> git.webhop.me Git - lcd4linux.git/commitdiff
link Cwlinux with keypad support
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Mon, 30 Apr 2007 05:01:48 +0000 (05:01 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Mon, 30 Apr 2007 05:01:48 +0000 (05:01 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@791 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

configure
drivers.m4

index 8ca44d4f93cd654d9344eb4ddd8c601573a1d3e7..ef1d80963967678045cd1609b1bb6f547daca78a 100755 (executable)
--- a/configure
+++ b/configure
@@ -7442,6 +7442,7 @@ if test "$CWLINUX" = "yes"; then
    TEXT="yes"
    GPIO="yes"
    SERIAL="yes"
+   KEYPAD="yes"
    DRIVERS="$DRIVERS drv_Cwlinux.o"
 
 cat >>confdefs.h <<\_ACEOF
index 0e8893d5a5df1085c712800494c7e1a9fd14d602..b844b0f7c81dc1f45f34d6ed63c85a7f343ae86f 100644 (file)
@@ -259,6 +259,7 @@ if test "$CWLINUX" = "yes"; then
    TEXT="yes"
    GPIO="yes"
    SERIAL="yes"
+   KEYPAD="yes"
    DRIVERS="$DRIVERS drv_Cwlinux.o"
    AC_DEFINE(WITH_CWLINUX,1,[CwLinux driver])
 fi