summaryrefslogtreecommitdiff
path: root/bsd-core/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-07-29 11:09:22 +0000
committerDave Airlie <airlied@linux.ie>2004-07-29 11:09:22 +0000
commit0b02bf9d45b70af3b7e236526143c7b78a6fca8b (patch)
tree8604dc4f8c66e3e471e6991a87288c0ca4567f3e /bsd-core/Makefile
parent862fcee057a4602a0a9fdc54266f63fe33b0fd8b (diff)
initial port of i915 to BSD, not finished doesn't work.. no idea why...
Diffstat (limited to 'bsd-core/Makefile')
-rw-r--r--bsd-core/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/bsd-core/Makefile b/bsd-core/Makefile
index dcd6dfca..f4f6550d 100644
--- a/bsd-core/Makefile
+++ b/bsd-core/Makefile
@@ -1,6 +1,12 @@
SHARED= ../shared
SHAREDFILES= drm.h \
drm_sarea.h \
+ i915.h \
+ i915_dma.c \
+ i915_drm.h \
+ i915_drv.h \
+ i915_irq.c \
+ i915_mem.c \
mach64.h \
mach64_dma.c \
mach64_drm.h \
@@ -46,7 +52,7 @@ SHAREDFILES= drm.h \
via_mm.c \
via_mm.h
-SUBDIR = mach64 mga r128 radeon sis tdfx
+SUBDIR = i915 mach64 mga r128 radeon sis tdfx
CLEANFILES+= ${SHAREDFILES}