svn commit: r336134 - head/sys/modules/amdsbwd

Ian Lepore ian at FreeBSD.org
Mon Jul 9 14:18:04 UTC 2018


Author: ian
Date: Mon Jul  9 14:18:03 2018
New Revision: 336134
URL: https://svnweb.freebsd.org/changeset/base/336134

Log:
  Add missing generated header file.
  
  Reported by:	Julian H. Stacey <jhs at berklix.com>

Modified:
  head/sys/modules/amdsbwd/Makefile

Modified: head/sys/modules/amdsbwd/Makefile
==============================================================================
--- head/sys/modules/amdsbwd/Makefile	Mon Jul  9 13:38:19 2018	(r336133)
+++ head/sys/modules/amdsbwd/Makefile	Mon Jul  9 14:18:03 2018	(r336134)
@@ -3,6 +3,6 @@
 .PATH:  ${SRCTOP}/sys/dev/amdsbwd
 KMOD    = amdsbwd
 SRCS    = amdsbwd.c
-SRCS    += device_if.h bus_if.h pci_if.h isa_if.h
+SRCS    += device_if.h bus_if.h pci_if.h isa_if.h opt_amdsbwd.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-all mailing list