Clean up more lindev(4) vestiges.

This commit is contained in:
Christian Brueffer 2014-05-02 11:09:01 +00:00
parent 10138166cf
commit 9e934e2d88
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265225
2 changed files with 0 additions and 23 deletions

View file

@ -110,8 +110,6 @@ dev/hwpmc/hwpmc_x86.c optional hwpmc
dev/io/iodev.c optional io
dev/kbd/kbd.c optional pckbd | sc | ukbd
dev/le/if_le_cbus.c optional le isa
dev/lindev/full.c optional lindev
dev/lindev/lindev.c optional lindev
dev/mse/mse.c optional mse
dev/mse/mse_cbus.c optional mse isa
dev/sbni/if_sbni.c optional sbni

View file

@ -1,21 +0,0 @@
# Doxyfile 1.5.2
# $FreeBSD$
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "FreeBSD kernel LINDEV device code"
OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_lindev/
EXTRACT_ALL = YES # for undocumented src, no warnings enabled
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = $(DOXYGEN_SRC_PATH)/dev/lindev/ \
$(NOTREVIEWED)
GENERATE_TAGFILE = dev_lindev/dev_lindev.tag
@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
@INCLUDE = common-Doxyfile