svn commit: r231512 - head/sys/modules/oce

Bjoern A. Zeeb bz at FreeBSD.org
Sat Feb 11 08:34:33 UTC 2012


Author: bz
Date: Sat Feb 11 08:34:33 2012
New Revision: 231512
URL: http://svn.freebsd.org/changeset/base/231512

Log:
  Depend on the relevant header files.

Modified:
  head/sys/modules/oce/Makefile

Modified: head/sys/modules/oce/Makefile
==============================================================================
--- head/sys/modules/oce/Makefile	Sat Feb 11 08:33:52 2012	(r231511)
+++ head/sys/modules/oce/Makefile	Sat Feb 11 08:34:33 2012	(r231512)
@@ -5,7 +5,7 @@
 .PATH:	${.CURDIR}/../../dev/oce
 KMOD	= oce
 SRCS    = oce_if.c oce_hw.c oce_mbox.c oce_util.c oce_queue.c oce_sysctl.c
-#SRCS    += ${ofw_bus_if} bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h
+SRCS    += bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h
 
 CFLAGS+= -I${.CURDIR}/../../dev/oce -DSMP
 


More information about the svn-src-all mailing list