From b331ef79fcbdbab27308a34f438b5646c37b9992 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 15 Feb 2004 08:22:47 +0000 Subject: [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 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.3