svn commit: r319899 - head/sys/modules/ffec
Ian Lepore
ian at FreeBSD.org
Tue Jun 13 14:07:14 UTC 2017
Author: ian
Date: Tue Jun 13 14:07:13 2017
New Revision: 319899
URL: https://svnweb.freebsd.org/changeset/base/319899
Log:
Add missing header dependencies (based on looking in the .depend file).
Reported by: gjb
Modified:
head/sys/modules/ffec/Makefile
Modified: head/sys/modules/ffec/Makefile
==============================================================================
--- head/sys/modules/ffec/Makefile Tue Jun 13 13:26:50 2017 (r319898)
+++ head/sys/modules/ffec/Makefile Tue Jun 13 14:07:13 2017 (r319899)
@@ -3,6 +3,6 @@
.PATH: ${SRCTOP}/sys/dev/ffec
KMOD= if_ffec
-SRCS= if_ffec.c miibus_if.h device_if.h bus_if.h pci_if.h
+SRCS= if_ffec.c miibus_if.h device_if.h bus_if.h pci_if.h ofw_bus_if.h opt_global.h
.include <bsd.kmod.mk>
More information about the svn-src-all
mailing list