Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2015 12:23:09 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291450 - head/sys/modules/uart
Message-ID:  <201511291223.tATCN9E1075827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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