diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-06-29 02:54:19 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-06-29 02:54:19 +0000 |
commit | c798a382f1e11a0fd60a78924db0663f8e988a1b (patch) | |
tree | d7bdee69a2534bdc9783d67e8c1dafbeac7008b8 /bsd-core/Makefile | |
parent | 5d96c74ff1fe9b2d37e22dbea9882791aae389bf (diff) |
Get the BSD DRM compiling again after MGA and mapping changes. Note that
i915 has been disabled for the moment, rather than working around
linux-specific code in the shared dir.
Diffstat (limited to 'bsd-core/Makefile')
-rw-r--r-- | bsd-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-core/Makefile b/bsd-core/Makefile index 79dd685d..895e0377 100644 --- a/bsd-core/Makefile +++ b/bsd-core/Makefile @@ -47,7 +47,7 @@ SHAREDFILES= drm.h \ via_3d_reg.h \ via_dma.c -SUBDIR = drm i915 mach64 mga r128 radeon sis tdfx +SUBDIR = drm mach64 mga r128 radeon sis tdfx # i915 CLEANFILES+= ${SHAREDFILES} |