diff options
author | Eric Anholt <anholt@freebsd.org> | 2004-11-06 01:41:47 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2004-11-06 01:41:47 +0000 |
commit | c9202c89653b8dac2ac322c3d3a7389945e1c94c (patch) | |
tree | da57c01384977ea6a2962cfaac9c7c426da2c0f8 /bsd-core/Makefile | |
parent | 39a23640b2de9e59e99d48e6de8c9edae0231856 (diff) |
Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but
doesn't run yet. Moves the ioctl definitions for these two drivers back
to the shared code -- they aren't OS-specific.
Diffstat (limited to 'bsd-core/Makefile')
-rw-r--r-- | bsd-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bsd-core/Makefile b/bsd-core/Makefile index 03b6d4ff..81b12477 100644 --- a/bsd-core/Makefile +++ b/bsd-core/Makefile @@ -1,4 +1,4 @@ -SHARED= ../shared +SHARED= ../shared-core SHAREDFILES= drm.h \ drm_sarea.h \ i915.h \ @@ -54,7 +54,7 @@ SHAREDFILES= drm.h \ via_3d_reg.h \ via_dma.c -SUBDIR = i915 mach64 mga r128 radeon sis tdfx +SUBDIR = drm i915 mach64 mga r128 radeon sis tdfx CLEANFILES+= ${SHAREDFILES} |