svn commit: r291450 - head/sys/modules/uart

Ulrich Spoerlein uqs at FreeBSD.org
Sun Nov 29 12:23:10 UTC 2015


Author: uqs
Date: Sun Nov 29 12:23:08 2015
New Revision: 291450
URL: https://svnweb.freebsd.org/changeset/base/291450

Log:
  Fix make depend

Modified:
  head/sys/modules/uart/Makefile

Modified: head/sys/modules/uart/Makefile
==============================================================================
--- head/sys/modules/uart/Makefile	Sun Nov 29 12:21:02 2015	(r291449)
+++ head/sys/modules/uart/Makefile	Sun Nov 29 12:23:08 2015	(r291450)
@@ -34,6 +34,6 @@ SRCS=	uart_bus_acpi.c ${uart_bus_ebus} u
 
 SRCS+=	bus_if.h card_if.h device_if.h isa_if.h ${ofw_bus_if} pci_if.h \
 	power_if.h pccarddevs.h serdev_if.h
-SRCS+=	opt_platform.h
+SRCS+=	opt_platform.h opt_uart.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list