From 31ba3b03e6df7bc0ed59739090aca333469f8aa3 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Wed, 26 May 2004 05:03:27 +0000 Subject: [lcd4linux @ 2004-05-26 05:03:24 by reinelt] MilfordInstruments driver ported --- drivers.m4 | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'drivers.m4') diff --git a/drivers.m4 b/drivers.m4 index e1c84f7..ce09a67 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -150,22 +150,6 @@ if test "$M50530" = "yes"; then AC_DEFINE(WITH_M50530,1,[M50530 driver]) fi -if test "$T6963" = "yes"; then - GRAPHIC="yes" - PARPORT="yes" -# DRIVERS="$DRIVERS drv_T6963.lo" - DRIVERS="$DRIVERS drv_T6963.o" - AC_DEFINE(WITH_T6963,1,[T6963 driver]) -fi - -if test "$USBLCD" = "yes"; then - TEXT="yes" - SERIAL="yes" -# DRIVERS="$DRIVERS drv_USBLCD.lo" - DRIVERS="$DRIVERS drv_USBLCD.o" - AC_DEFINE(WITH_USBLCD,1,[USBLCD driver]) -fi - if test "$MATRIXORBITAL" = "yes"; then SERIAL="yes" # DRIVERS="$DRIVERS drv_MatrixOrbital.lo" @@ -174,8 +158,8 @@ if test "$MATRIXORBITAL" = "yes"; then fi if test "$MILINST" = "yes"; then -# DRIVERS="$DRIVERS MilfordInstruments.lo" -# DRIVERS="$DRIVERS MilfordInstruments.o" +# DRIVERS="$DRIVERS drv_MilfordInstruments.lo" + DRIVERS="$DRIVERS drv_MilfordInstruments.o" AC_DEFINE(WITH_MILINST,1,[Milford Instruments driver]) fi @@ -201,6 +185,22 @@ if test "$IMAGE" = "yes"; then DRIVERS="$DRIVERS drv_Image.o" fi +if test "$T6963" = "yes"; then + GRAPHIC="yes" + PARPORT="yes" +# DRIVERS="$DRIVERS drv_T6963.lo" + DRIVERS="$DRIVERS drv_T6963.o" + AC_DEFINE(WITH_T6963,1,[T6963 driver]) +fi + +if test "$USBLCD" = "yes"; then + TEXT="yes" + SERIAL="yes" +# DRIVERS="$DRIVERS drv_USBLCD.lo" + DRIVERS="$DRIVERS drv_USBLCD.o" + AC_DEFINE(WITH_USBLCD,1,[USBLCD driver]) +fi + if test "$X11" = "yes"; then if test "$no_x" = "yes"; then AC_MSG_WARN(X11 headers or libraries not available: X11 driver disabled) -- cgit v1.2.3