diff options
author | Eric Anholt <eric@anholt.net> | 2009-09-30 16:29:53 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-10-06 16:22:31 -0700 |
commit | b9b159c49854d8d9d2207946bb583537bb0d48d6 (patch) | |
tree | 6f8ca392a1d5141dbee24b506ebf2b836f74d673 /src/Makefile.am | |
parent | d26f4c493721dbb2e2cbf4efcf8d37228d1b1f3b (diff) |
Remove UMS support.
At this point, the only remaining feature regressions should be the lack of
overlay support (about to land), and the need to update the XVMC code to work
in the presence of KMS.
Acked-by: Keith Packard <keithp@keithp.com> (in principle)
Acked-by: Carl Worth <cworth@cworth.org> (in principle)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ea52fcb8..f7fd053f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,7 +18,7 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -SUBDIRS = xvmc bios_reader ch7017 ch7xxx ivch sil164 tfp410 reg_dumper render_program +SUBDIRS = xvmc bios_reader reg_dumper render_program # this is obnoxious: # -module lets us name the module exactly how we want @@ -70,35 +70,18 @@ intel_drv_la_SOURCES = \ i810_wmark.c \ i830_3d.c \ i830_accel.c \ - i830_bios.c \ - i830_bios.h \ i830_batchbuffer.c \ i830_batchbuffer.h \ i830_common.h \ - i830_crt.c \ - i830_cursor.c \ i830_debug.c \ i830_debug.h \ - i830_display.c \ - i830_display.h \ - i830_quirks.c \ i830_driver.c \ - i830_dvo.c \ i830.h \ - i830_hdmi.c \ - i830_i2c.c \ - i830_io.c \ - i830_lvds.c \ i830_memory.c \ - i830_modes.c \ i830_video.c \ i830_video.h \ i830_reg.h \ i830_ring.h \ - i830_sdvo.c \ - i830_sdvo.h \ - i830_sdvo_regs.h \ - i830_tv.c \ i915_3d.c \ i915_3d.h \ i915_reg.h \ |