summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-09-06 23:23:26 +0000
committermarcel <marcel@FreeBSD.org>2003-09-06 23:23:26 +0000
commitdc5fd921a040486a4b96ea67b914d37b0b99d8c8 (patch)
tree16f6e621501d099781e75a3b5dbc35b4de568e78 /sys/conf/kmod.mk
parent6efc7b093dec3e8eb3e8318116ca5338ed95ba31 (diff)
downloadFreeBSD-src-dc5fd921a040486a4b96ea67b914d37b0b99d8c8.zip
FreeBSD-src-dc5fd921a040486a4b96ea67b914d37b0b99d8c8.tar.gz
Hook-up the uart(4) driver to the build. For a detailed description
of what uart(4) is and/or is not see the initial commit log of one of the files in sys/dev/uart (or see share/man/man4/uart.4). Note that currently pc98 shares the MD file with i386. This needs to change when pc98 support is fleshed-out to properly support the various UARTs. A good example is sparc64 in this respect. We build uart(4) as a module on all platforms. This may break the ppc port. That depends on whether they do actually build modules. To use uart(4) on alpha, one must use the NO_SIO option.
Diffstat (limited to 'sys/conf/kmod.mk')
-rw-r--r--sys/conf/kmod.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index 60d2afe..2591f17 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -257,7 +257,7 @@ MFILES?= kern/bus_if.m kern/device_if.m dev/iicbus/iicbb_if.m \
dev/pci/pcib_if.m dev/ppbus/ppbus_if.m dev/smbus/smbus_if.m \
dev/usb/usb_if.m dev/sound/pcm/ac97_if.m dev/sound/pcm/channel_if.m \
dev/sound/pcm/feeder_if.m dev/sound/pcm/mixer_if.m pci/agp_if.m \
- opencrypto/crypto_if.m pc98/pc98/canbus_if.m
+ opencrypto/crypto_if.m pc98/pc98/canbus_if.m dev/uart/uart_if.m
.for _srcsrc in ${MFILES}
.for _ext in c h
OpenPOWER on IntegriCloud