From 8a8cfd38df9a48069c4ca56006d219e0eb8ca59c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 28 Aug 2002 04:33:02 +0000 Subject: 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. --- bsd/i830/Makefile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 bsd/i830/Makefile (limited to 'bsd/i830') diff --git a/bsd/i830/Makefile b/bsd/i830/Makefile deleted file mode 100644 index c973cf92..00000000 --- a/bsd/i830/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -KMOD= i830 -NOMAN= YES -SRCS= i830_drv.c i830_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 -#I830_OPTS= "\#define DRM_LINUX" 1 -.endif - -opt_drm_linux.h: - touch opt_drm_linux.h - echo $(I830_OPTS) >> opt_drm_linux.h - -.include -- cgit v1.2.3