aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-01-03 14:53:21 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-01-03 14:53:21 +0000
commitda4098a3eb744d224600627237ae251fd71a9807 (patch)
treee8ca1ca9575476a29baf6fdb640b41be4ab5b8e1 /drivers.m4
parent0bf54016ab927e06ab2c07815aef901dc0fd2f96 (diff)
downloadlcd4linux-da4098a3eb744d224600627237ae251fd71a9807.tar.gz
linker error with LW_ABP corrected
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1076 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers.m4 b/drivers.m4
index 0d52bc0..b5a850a 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -460,6 +460,7 @@ fi
if test "$LW_ABP" = "yes"; then
TEXT="yes"
SERIAL="yes"
+ KEYPAD="yes"
DRIVERS="$DRIVERS drv_LW_ABP.o"
AC_DEFINE(WITH_LW_ABP,1,[LW ABP driver])
fi