Move <machine/dvcfg.h> to the one device that actually uses it, remove
commitbced1d5314cfe388d52eb210db06736ab8b96b1b
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 7 Nov 2006 19:56:27 +0000 (7 19:56 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 7 Nov 2006 19:56:27 +0000 (7 19:56 +0000)
tree7ab064b982df7deeb0d805eb65fa273d8f482e2d
parentad7665375cd9885d7818237908737eda13c3c1ae
Move <machine/dvcfg.h> to the one device that actually uses it, remove
other inclusions of dvcfg.h that are not used.

Give each platform architecture a "Makefile.inc" file which the build
system can use to determine device support when building devices.
15 files changed:
sys/bus/cam/scsi/scsi_dvcfg.h
sys/bus/cam/scsi/scsi_low.h
sys/dev/Makefile
sys/dev/disk/ncv/dvcfg.h
sys/dev/disk/ncv/ncr53c500.c
sys/dev/disk/ncv/ncr53c500_pccard.c
sys/dev/disk/ncv/ncr53c500hw.h
sys/dev/disk/nsp/nsp.c
sys/dev/disk/nsp/nsp_pccard.c
sys/dev/disk/stg/tmc18c30.c
sys/dev/disk/stg/tmc18c30_isa.c
sys/dev/disk/stg/tmc18c30_pccard.c
sys/platform/pc32/Makefile.inc [new file with mode: 0644]
sys/platform/pc32/include/dvcfg.h [deleted file]
sys/platform/vkernel/Makefile.inc [new file with mode: 0644]