summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-12-28 11:36:15 -0800
committerEric Anholt <eric@anholt.net>2006-12-28 11:45:52 -0800
commit778db49616b233f5a2f4f007ceb62a1a878a6e25 (patch)
treec1caad840a3e3436d1fc5a539db0296a3598a706 /configure.ac
parent5806f670eb3a5171ffb0b75701640d5311b34c80 (diff)
Add WIP IVCH (i82807aa) driver.
It is not currently hooked up as it hasn't been tested. The hardware that this was written for decided to stop working.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b1dd287f..30a69bc6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,6 +149,7 @@ AC_OUTPUT([
src/xvmc/Makefile
src/bios_reader/Makefile
src/ch7xxx/Makefile
+ src/ivch/Makefile
src/sil164/Makefile
man/Makefile
])