From 0878bfd0302199c2bf60d97901f3bcc3c5924fb6 Mon Sep 17 00:00:00 2001 From: mmacy Date: Wed, 22 Aug 2018 03:04:43 +0000 Subject: [PATCH] r338172 followup - removal of stray drm references --- tools/kerneldoc/subsys/Doxyfile-dev_drm | 21 --------------------- tools/tools/README | 1 - 2 files changed, 22 deletions(-) delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_drm diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_drm b/tools/kerneldoc/subsys/Doxyfile-dev_drm deleted file mode 100644 index 435113b66db..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_drm +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel DRM device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_drm/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/drm/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_drm/dev_drm.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/tools/README b/tools/tools/README index e9187d37d02..f2a049833e5 100644 --- a/tools/tools/README +++ b/tools/tools/README @@ -16,7 +16,6 @@ commitsdb A tool for reconstructing commit history using md5 crypto Test and exercise tools related to the crypto framework cxgbetool A tool for the cxgbe(4) driver. cxgbtool A tool for the cxgb(4) driver. -drm Tools specific to the DRM/KMS device drivers. editing Editor modes and the like to help editing FreeBSD code. epfe Extract printing filter examples from printing.sgml. ether_reflect An Ethernet packet reflector for low level testing. -- 2.45.0