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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"