diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-03-24 11:55:01 -0800 |
---|---|---|
committer | Eric Anholt <anholt@leguin.anholt.net> | 2006-04-06 15:59:26 -0700 |
commit | 64756e215016730b5cc2e174f08d47c0288c0ba4 (patch) | |
tree | 1630610774f0b59a4a00bc67f7bd3693f00fad8f /src/Makefile.am | |
parent | c2d554be671f5368bd98867b8ecf9428e4560a81 (diff) |
Start interpreting VBT information with the goal of pulling out LVDS timings
for panel fitting.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 37682eb0..1b30c656 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,6 +44,8 @@ i810_drv_la_SOURCES = \ i810_video.c \ i810_wmark.c \ i830_accel.c \ + i830_bios.c \ + i830_bios.h \ i830_common.h \ i830_cursor.c \ i830_debug.c \ |