diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2012-02-16 12:50:59 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2012-02-16 12:50:59 +0000 |
commit | 69ca09755b1758a055d2db155f64029d7a87e674 (patch) | |
tree | 476ba02154e51819f9ea1b9f5dc9c240343d1b35 /drivers.m4 | |
parent | 2e6d972471d3f3b975351c8994a70b114b9f520b (diff) | |
download | lcd4linux-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
Diffstat (limited to 'drivers.m4')
-rw-r--r-- | drivers.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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]) |