Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2010 08:43:31 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r208339 - stable/7/sys/modules/cas
Message-ID:  <201005200843.o4K8hV42043049@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Thu May 20 08:43:31 2010
New Revision: 208339
URL: http://svn.freebsd.org/changeset/base/208339

Log:
  MFC: r208143
  
  Add the ofw_bus_if.h dependency introduced with r207585 (MFC'ed to
  stable/7 in r208087).

Modified:
  stable/7/sys/modules/cas/Makefile
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/modules/cas/Makefile
==============================================================================
--- stable/7/sys/modules/cas/Makefile	Thu May 20 08:43:29 2010	(r208338)
+++ stable/7/sys/modules/cas/Makefile	Thu May 20 08:43:31 2010	(r208339)
@@ -3,6 +3,10 @@
 .PATH: ${.CURDIR}/../../dev/cas
 
 KMOD=	if_cas
-SRCS=	bus_if.h device_if.h if_cas.c miibus_if.h pci_if.h
+SRCS=	bus_if.h device_if.h if_cas.c miibus_if.h pci_if.h ${ofw_bus_if}
+
+.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
+ofw_bus_if=	ofw_bus_if.h
+.endif
 
 .include <bsd.kmod.mk>



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