summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWang Zhenyu <zhenyu.z.wang@intel.com>2007-07-27 09:14:13 +0800
committerWang Zhenyu <zhenyu.z.wang@intel.com>2007-07-27 09:14:13 +0800
commit34c82ad7ce83394db47588693b578cf91991bf1c (patch)
tree261551391d4b95a7434bbb570992e1579eb2c90f /src/Makefile.am
parent0fd3ba0518b3cde9ca0e4e2fc1854c00d8a43d5c (diff)
Add quirk support
This one trys to use a flag for possible quirks. It adds a quirk for my Lenovo T61 TV output, and ports some origin LVDS quirks to it.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 858ffd17..50e913ee 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -90,6 +90,7 @@ intel_drv_la_SOURCES = \
i830_debug.h \
i830_display.c \
i830_display.h \
+ i830_quirks.c \
i830_driver.c \
i830_dvo.c \
i830.h \