aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2012-02-16 12:50:59 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2012-02-16 12:50:59 +0000
commit69ca09755b1758a055d2db155f64029d7a87e674 (patch)
tree476ba02154e51819f9ea1b9f5dc9c240343d1b35
parent2e6d972471d3f3b975351c8994a70b114b9f520b (diff)
downloadlcd4linux-69ca09755b1758a055d2db155f64029d7a87e674.tar.gz
teakLCM set GPIO='no' which produced linker errors (thanks to Marcus menzel for reporting)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1175 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r--drivers.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers.m4 b/drivers.m4
index f9f289d..cb8de1d 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -758,7 +758,6 @@ fi
if test "$TeakLCM" = "yes"; then
TEXT="yes"
- GPIO="no"
SERIAL="yes"
DRIVERS="$DRIVERS drv_TeakLCM.o"
AC_DEFINE(WITH_TEAK_LCM,1,[TeakLCM driver])