summaryrefslogtreecommitdiff
path: root/bsd/i915
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-08-16 17:20:18 +0000
committerEric Anholt <anholt@freebsd.org>2005-08-16 17:20:18 +0000
commit91c9c847299a1f27c92f8663902fcee72a65f9e4 (patch)
tree83096daf7e42ac8576cbb148131dbfad21dfe72f /bsd/i915
parent7af0186f4ccef285c2158770781ebfc3a26ddd66 (diff)
Remove the long-stale BSD non-core bits.
Prodded by: CVS breakage resulting in complaints about this directory.
Diffstat (limited to 'bsd/i915')
-rw-r--r--bsd/i915/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/bsd/i915/Makefile b/bsd/i915/Makefile
deleted file mode 100644
index 5be067ef..00000000
--- a/bsd/i915/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/..
-KMOD = i915
-NOMAN= YES
-SRCS = i915_dma.c i915_drv.c i915_irq.c i915_mem.c
-SRCS += device_if.h bus_if.h pci_if.h opt_drm.h
-CFLAGS += ${DEBUG_FLAGS} -I. -I..
-
-.if defined(DRM_DEBUG)
-DRM_DEBUG_OPT= "\#define DRM_DEBUG 1"
-.endif
-
-.if !defined(DRM_NOLINUX)
-DRM_LINUX_OPT= "\#define DRM_LINUX 1"
-.endif
-
-opt_drm.h:
- touch opt_drm.h
- echo $(DRM_DEBUG_OPT) >> opt_drm.h
- echo $(DRM_LINUX_OPT) >> opt_drm.h
-
-.include <bsd.kmod.mk>