changeset 22674:fbfbc8605371

Install tdfx_vid.o as well.
author diego
date Sat, 17 Mar 2007 13:58:36 +0000
parents 40e45742e810
children 2a685e4e5e3e
files drivers/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/drivers/Makefile	Sat Mar 17 13:56:54 2007 +0000
+++ b/drivers/Makefile	Sat Mar 17 13:58:36 2007 +0000
@@ -20,7 +20,7 @@
 
 install:
 	-mkdir -p $(MDIR)
-	install -m 644 mga_vid.o $(MDIR)
+	install -m 644 mga_vid.o tdfx_vid.o $(MDIR)
 	depmod -a
 
 dep depend: