From c9202c89653b8dac2ac322c3d3a7389945e1c94c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sat, 6 Nov 2004 01:41:47 +0000 Subject: 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. --- bsd-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bsd-core/Makefile') 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} -- cgit v1.2.3