diff options
author | reinelt <> | 2004-01-27 06:34:14 +0000 |
---|---|---|
committer | reinelt <> | 2004-01-27 06:34:14 +0000 |
commit | cfddcb8479cdb56183b46a00c922c6ee1890d614 (patch) | |
tree | 079aaf4d1c7ca0fc7790f7c6d2894b06d529792d /configure | |
parent | 86d6402611d565399310ecb1a2908402704321cd (diff) | |
download | lcd4linux-cfddcb8479cdb56183b46a00c922c6ee1890d614.tar.gz |
[lcd4linux @ 2004-01-27 06:34:14 by reinelt]
Cwlinux driver portet to NextGeneration (compiles, but not tested!)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |