Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2018 14:18:03 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336134 - head/sys/modules/amdsbwd
Message-ID:  <201807091418.w69EI3VA046426@repo.freebsd.org>

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



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