Author: marcel Date: Sat Nov 22 21:24:07 2008 New Revision: 185188 URL: http://svn.freebsd.org/changeset/base/185188
Log: Include the QUICC backend in the kernel module. PR: 127120 Modified: head/sys/modules/uart/Makefile Modified: head/sys/modules/uart/Makefile ============================================================================== --- head/sys/modules/uart/Makefile Sat Nov 22 21:22:53 2008 (r185187) +++ head/sys/modules/uart/Makefile Sat Nov 22 21:24:07 2008 (r185188) @@ -11,7 +11,8 @@ KMOD= uart SRCS= uart_bus_acpi.c ${uart_bus_ebus} uart_bus_isa.c uart_bus_pccard.c \ uart_bus_pci.c uart_bus_puc.c uart_bus_scc.c \ uart_core.c uart_dbg.c \ - uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c \ + uart_dev_ns8250.c uart_dev_quicc.c uart_dev_sab82532.c \ + uart_dev_z8530.c \ uart_if.c uart_if.h uart_subr.c uart_tty.c .if ${MACHINE} == "sun4v" SRCS+= uart_cpu_sparc64.c _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"