diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-08-16 17:20:18 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-08-16 17:20:18 +0000 |
commit | 91c9c847299a1f27c92f8663902fcee72a65f9e4 (patch) | |
tree | 83096daf7e42ac8576cbb148131dbfad21dfe72f /bsd/mga | |
parent | 7af0186f4ccef285c2158770781ebfc3a26ddd66 (diff) |
Remove the long-stale BSD non-core bits.
Prodded by: CVS breakage resulting in complaints about this directory.
Diffstat (limited to 'bsd/mga')
-rw-r--r-- | bsd/mga/.cvsignore | 8 | ||||
-rw-r--r-- | bsd/mga/Makefile | 23 |
2 files changed, 0 insertions, 31 deletions
diff --git a/bsd/mga/.cvsignore b/bsd/mga/.cvsignore deleted file mode 100644 index 0da9b114..00000000 --- a/bsd/mga/.cvsignore +++ /dev/null @@ -1,8 +0,0 @@ -.depend -bus_if.h -device_if.h -export_syms -opt_drm.h -pci_if.h -mga.kld -mga.ko diff --git a/bsd/mga/Makefile b/bsd/mga/Makefile deleted file mode 100644 index a280e024..00000000 --- a/bsd/mga/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/.. -KMOD= mga -NOMAN= YES -SRCS= mga_drv.c mga_state.c mga_warp.c mga_dma.c mga_irq.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> |