PERFORCE change 36274 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat Aug 16 16:20:22 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=36274

Change 36274 by marcel at marcel_nfs on 2003/08/16 16:19:28

	We also need to compile uart_if.c of course.

Affected files ...

.. //depot/projects/uart/modules/uart/Makefile#2 edit

Differences ...

==== //depot/projects/uart/modules/uart/Makefile#2 (text+ko) ====

@@ -5,7 +5,8 @@
 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_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c uart_subr.c
+	uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c uart_if.c \
+	uart_subr.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