PERFORCE change 71343 for review

Eric Anholt anholt at FreeBSD.org
Sat Feb 19 13:39:15 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=71343

Change 71343 by anholt at anholt_leguin on 2005/02/19 21:38:34

	Add build infrastructure for the new drm core module and the mach64
	module.

Affected files ...

.. //depot/projects/drm-merge/sys/modules/drm/Makefile#2 edit
.. //depot/projects/drm-merge/sys/modules/drm/drm/Makefile#1 add
.. //depot/projects/drm-merge/sys/modules/drm/mach64/Makefile#1 add

Differences ...

==== //depot/projects/drm-merge/sys/modules/drm/Makefile#2 (text+ko) ====

@@ -1,5 +1,12 @@
 # $FreeBSD: src/sys/modules/drm/Makefile,v 1.3 2003/09/09 00:29:02 anholt Exp $
 
-SUBDIR = mga r128 radeon sis tdfx
+SUBDIR = \
+	drm \
+	mach64 \
+	mga \
+	r128 \
+	radeon \
+	sis \
+	tdfx
 
 .include <bsd.subdir.mk>


More information about the p4-projects mailing list