aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <>2004-01-27 06:34:14 +0000
committerreinelt <>2004-01-27 06:34:14 +0000
commitcfddcb8479cdb56183b46a00c922c6ee1890d614 (patch)
tree079aaf4d1c7ca0fc7790f7c6d2894b06d529792d /configure
parent86d6402611d565399310ecb1a2908402704321cd (diff)
downloadlcd4linux-cfddcb8479cdb56183b46a00c922c6ee1890d614.tar.gz
[lcd4linux @ 2004-01-27 06:34:14 by reinelt]
Cwlinux driver portet to NextGeneration (compiles, but not tested!)
Diffstat (limited to '')
-rwxr-xr-xconfigure4
-rw-r--r--configure.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 67ced11..173a308 100755
--- a/configure
+++ b/configure
@@ -20955,8 +20955,8 @@ _ACEOF
fi
if test "$CWLINUX" = "yes"; then
-# DRIVERS="$DRIVERS Cwlinux.lo"
- DRIVERS="$DRIVERS Cwlinux.o"
+# DRIVERS="$DRIVERS Cwlinux.lo drv_Cwlinux.lo"
+ DRIVERS="$DRIVERS Cwlinux.o drv_Cwlinux.o"
cat >>confdefs.h <<\_ACEOF
#define WITH_CWLINUX 1
diff --git a/configure.in b/configure.in
index 6031ea2..e0a3b01 100644
--- a/configure.in
+++ b/configure.in
@@ -152,8 +152,8 @@ if test "$CRYSTALFONTZ" = "yes"; then
fi
if test "$CWLINUX" = "yes"; then
-# DRIVERS="$DRIVERS Cwlinux.lo"
- DRIVERS="$DRIVERS Cwlinux.o"
+# DRIVERS="$DRIVERS Cwlinux.lo drv_Cwlinux.lo"
+ DRIVERS="$DRIVERS Cwlinux.o drv_Cwlinux.o"
AC_DEFINE(WITH_CWLINUX,1,[junk])
fi