Date: Tue, 26 Aug 2003 17:30:04 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 36999 for review Message-ID: <200308270030.h7R0U4WR031589@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=36999 Change 36999 by marcel@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308270030.h7R0U4WR031589>