Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2012 08:34:33 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r231512 - head/sys/modules/oce
Message-ID:  <201202110834.q1B8YXO3021087@svn.freebsd.org>

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



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