summaryrefslogtreecommitdiff
path: root/bsd/i810/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2002-08-28 04:33:02 +0000
committerEric Anholt <anholt@freebsd.org>2002-08-28 04:33:02 +0000
commit8a8cfd38df9a48069c4ca56006d219e0eb8ca59c (patch)
treeca8ee9851cf085e7efc05bb38b990c1a5eb030dc /bsd/i810/Makefile
parentfa560b4847fc89aa68251236d3843b97518b1853 (diff)
Remove i8x0 files from the BSD side. These were not actually ported, and
when they do get ported most of them won't live in these directories.
Diffstat (limited to 'bsd/i810/Makefile')
-rw-r--r--bsd/i810/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/bsd/i810/Makefile b/bsd/i810/Makefile
deleted file mode 100644
index c518c7ef..00000000
--- a/bsd/i810/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $FreeBSD$
-
-KMOD= i810
-NOMAN= YES
-SRCS= i810_drv.c i810_dma.c
-SRCS+= device_if.h bus_if.h pci_if.h opt_drm_linux.h
-CFLAGS+= ${DEBUG_FLAGS} -I. -I..
-
-@:
- ln -sf /sys @
-
-machine:
- ln -sf /sys/i386/include machine
-
-.if ${MACHINE_ARCH} == "i386"
-# This line enables linux ioctl handling
-# If you want support for this uncomment this line
-#I810_OPTS= "\#define DRM_LINUX" 1
-.endif
-
-opt_drm_linux.h:
- touch opt_drm_linux.h
- echo $(I810_OPTS) >> opt_drm_linux.h
-
-.include <bsd.kmod.mk>