PERFORCE change 36999 for review
Marcel Moolenaar
marcel at FreeBSD.org
Tue Aug 26 17:30:06 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=36999
Change 36999 by marcel at marcel_nfs on 2003/08/26 17:29:19
Fix module build after split:
o uart_cons.c is out
o uart_tty.c is in
Affected files ...
.. //depot/projects/uart/modules/uart/Makefile#3 edit
Differences ...
==== //depot/projects/uart/modules/uart/Makefile#3 (text+ko) ====
@@ -4,9 +4,9 @@
KMOD= uart
SRCS= uart_bus_acpi.c uart_bus_ebus.c uart_bus_isa.c uart_bus_pci.c \
- uart_bus_puc.c uart_cons.c uart_core.c uart_cpu_${MACHINE_ARCH}.c \
+ uart_bus_puc.c uart_core.c uart_cpu_${MACHINE_ARCH}.c \
uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c uart_if.c \
- uart_subr.c
+ uart_subr.c uart_tty.c
SRCS+= bus_if.h device_if.h isa_if.h pci_if.h uart_if.h
.include <bsd.kmod.mk>
More information about the p4-projects
mailing list