Date: Sat, 19 Feb 2005 21:39:13 GMT From: Eric Anholt <anholt@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 71343 for review Message-ID: <200502192139.j1JLdDXC065050@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=71343 Change 71343 by anholt@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502192139.j1JLdDXC065050>