diff options
author | Marius Strobl <marius@FreeBSD.org> | 2020-12-24 19:06:53 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2020-12-25 18:47:45 +0000 |
commit | d141239c56ae26a8757fbf703b22b68a931c3d24 (patch) | |
tree | 1eb8925951e304203be4e3278785b77b31318bc9 /tools/kerneldoc/subsys | |
parent | 5731987b71d0eb8ffdd8133a0a46f7b80e11804b (diff) | |
download | src-d141239c56ae26a8757fbf703b22b68a931c3d24.tar.gz src-d141239c56ae26a8757fbf703b22b68a931c3d24.zip |
mc146818(4): remove obsolete driver
It's no longer used since 58aa35d42975c298ca0adba705c042596303c9f5
and r357455 respectively.
Diffstat (limited to 'tools/kerneldoc/subsys')
-rw-r--r-- | tools/kerneldoc/subsys/Doxyfile-dev_mc146818 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_mc146818 b/tools/kerneldoc/subsys/Doxyfile-dev_mc146818 deleted file mode 100644 index 6240906fc19e..000000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_mc146818 +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel MC146818 device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_mc146818/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/mc146818/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_mc146818/dev_mc146818.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - |