diff options
author | Dave Mueller <dave.mueller@gmx.ch> | 2007-06-22 16:45:27 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-06-22 16:45:54 -0700 |
commit | 66aa0e61e1e8d2216a9c0555be5be004ed0a3192 (patch) | |
tree | 4cba0ae28c8c5684c90f7b662dbd27e953d8f3bf /src/Makefile.am | |
parent | f8d7cbc6e1322acad3351591336cefcfba7d9aaf (diff) |
Bug #11171: Add support for the Ti TFP410 DVO TMDS transmitter.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2b5799c9..858ffd17 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,7 @@ if HAVE_PCIACCESS REGDUMPER = reg_dumper endif -SUBDIRS = xvmc bios_reader ch7017 ch7xxx ivch sil164 $(REGDUMPER) +SUBDIRS = xvmc bios_reader ch7017 ch7xxx ivch sil164 tfp410 $(REGDUMPER) # this is obnoxious: # -module lets us name the module exactly how we want |