svn commit: r208339 - stable/7/sys/modules/cas
Marius Strobl
marius at FreeBSD.org
Thu May 20 08:43:31 UTC 2010
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>
More information about the svn-src-stable
mailing list