aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorreinelt <>2004-05-31 16:39:06 +0000
committerreinelt <>2004-05-31 16:39:06 +0000
commit131c9ea8f20b98d538b2976ccb7fea467fa9a2dd (patch)
treec8548e4f6d775b1d7d3d7764fdd87156de116eff /Makefile.am
parentdffb450bf6a52a65136933df85068c068c3196b3 (diff)
downloadlcd4linux-131c9ea8f20b98d538b2976ccb7fea467fa9a2dd.tar.gz
[lcd4linux @ 2004-05-31 16:39:05 by reinelt]
added NULL display driver (for debugging/profiling purposes) added backlight/contrast initialisation for matrixOrbital added Backlight initialisation for Cwlinux
Diffstat (limited to '')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index aac5da6..508e7cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,6 +65,7 @@ drv_Image.c \
drv_M50530.c \
drv_MatrixOrbital.c \
drv_MilfordInstruments.c \
+drv_NULL.c \
drv_T6963.c \
drv_USBLCD.c \
drv_X11.c \