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/radeon | |
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/radeon')
-rw-r--r-- | bsd/radeon/.cvsignore | 8 | ||||
-rw-r--r-- | bsd/radeon/Makefile | 23 |
2 files changed, 0 insertions, 31 deletions
diff --git a/bsd/radeon/.cvsignore b/bsd/radeon/.cvsignore deleted file mode 100644 index 83df81da..00000000 --- a/bsd/radeon/.cvsignore +++ /dev/null @@ -1,8 +0,0 @@ -.depend -bus_if.h -device_if.h -export_syms -opt_drm.h -pci_if.h -radeon.kld -radeon.ko diff --git a/bsd/radeon/Makefile b/bsd/radeon/Makefile deleted file mode 100644 index 691e9138..00000000 --- a/bsd/radeon/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/.. -KMOD = radeon -NOMAN= YES -SRCS = radeon_cp.c radeon_drv.c radeon_state.c radeon_irq.c radeon_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> |