svn commit: r290996 - head/sys/modules/tests/framework

Ulrich Spoerlein uqs at FreeBSD.org
Tue Nov 17 18:28:57 UTC 2015


Author: uqs
Date: Tue Nov 17 18:28:56 2015
New Revision: 290996
URL: https://svnweb.freebsd.org/changeset/base/290996

Log:
  Fix 'make depend'

Modified:
  head/sys/modules/tests/framework/Makefile

Modified: head/sys/modules/tests/framework/Makefile
==============================================================================
--- head/sys/modules/tests/framework/Makefile	Tue Nov 17 18:22:56 2015	(r290995)
+++ head/sys/modules/tests/framework/Makefile	Tue Nov 17 18:28:56 2015	(r290996)
@@ -6,6 +6,7 @@
 
 KMOD=	kern_testfrwk
 SRCS=	kern_testfrwk.c
+SRCS+=	bus_if.h device_if.h
 
 #
 # Enable full debugging


More information about the svn-src-all mailing list