Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2003 16:20:19 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 36274 for review
Message-ID:  <200308162320.h7GNKJuB013354@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=36274

Change 36274 by marcel@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308162320.h7GNKJuB013354>