atom feed1 message in org.freebsd.p4-projectsPERFORCE change 36274 for review
FromSent OnAttachments
Marcel MoolenaarAug 16, 2003 4:20 pm 
Subject:PERFORCE change 36274 for review
From:Marcel Moolenaar (mar@FreeBSD.org)
Date:Aug 16, 2003 4:20:02 pm
List:org.freebsd.p4-projects

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>