diff options
author | reinelt <> | 2004-02-15 08:22:47 +0000 |
---|---|---|
committer | reinelt <> | 2004-02-15 08:22:47 +0000 |
commit | b331ef79fcbdbab27308a34f438b5646c37b9992 (patch) | |
tree | 6181889e001a9a40f0c2697508d0a044c9a1340a /configure | |
parent | 5182c2ac41105c33acf688d39aae644747ba7019 (diff) | |
download | lcd4linux-b331ef79fcbdbab27308a34f438b5646c37b9992.tar.gz |
[lcd4linux @ 2004-02-15 08:22:47 by reinelt]
ported USBLCD driver to NextGeneration
added drv_M50530.c (I forgot yesterday, sorry)
removed old drivers M50530.c and USBLCD.c
Diffstat (limited to '')
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -21006,8 +21006,8 @@ _ACEOF fi if test "$USBLCD" = "yes"; then -# DRIVERS="$DRIVERS USBLCD.lo" -# DRIVERS="$DRIVERS USBLCD.o" +# DRIVERS="$DRIVERS drv_USBLCD.lo" + DRIVERS="$DRIVERS drv_USBLCD.o" cat >>confdefs.h <<\_ACEOF #define WITH_USBLCD 1 diff --git a/configure.in b/configure.in index e069dca..731a3d5 100644 --- a/configure.in +++ b/configure.in @@ -189,8 +189,8 @@ if test "$T6963" = "yes"; then fi if test "$USBLCD" = "yes"; then -# DRIVERS="$DRIVERS USBLCD.lo" -# DRIVERS="$DRIVERS USBLCD.o" +# DRIVERS="$DRIVERS drv_USBLCD.lo" + DRIVERS="$DRIVERS drv_USBLCD.o" AC_DEFINE(WITH_USBLCD,1,[USBLCD driver]) fi |