aboutsummaryrefslogtreecommitdiff
path: root/tools/kerneldoc/subsys
diff options
context:
space:
mode:
Diffstat (limited to 'tools/kerneldoc/subsys')
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_eisa21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_eisa b/tools/kerneldoc/subsys/Doxyfile-dev_eisa
deleted file mode 100644
index 26a3c23c3c3c..000000000000
--- a/tools/kerneldoc/subsys/Doxyfile-dev_eisa
+++ /dev/null
@@ -1,21 +0,0 @@
-# Doxyfile 1.5.2
-
-# $FreeBSD$
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = "FreeBSD kernel EISA device code"
-OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_eisa/
-EXTRACT_ALL = YES # for undocumented src, no warnings enabled
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = $(DOXYGEN_SRC_PATH)/dev/eisa/ \
- $(NOTREVIEWED)
-
-GENERATE_TAGFILE = dev_eisa/dev_eisa.tag
-
-@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
-@INCLUDE = common-Doxyfile
-