diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-04-30 05:01:48 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-04-30 05:01:48 +0000 |
commit | 9fa7c77cec4a3723f02e80409b369b7d700034fd (patch) | |
tree | 87bfdf67682a49273c5d6cb9e056379894c075a7 | |
parent | b31b2ae439c725f87aebc804ec8b3f97ff0a1c4a (diff) | |
download | lcd4linux-9fa7c77cec4a3723f02e80409b369b7d700034fd.tar.gz |
link Cwlinux with keypad support
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@791 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rwxr-xr-x | configure | 1 | ||||
-rw-r--r-- | drivers.m4 | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -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 |