svn commit: r185428 - head/sys/modules/powermac_nvram

Bjoern A. Zeeb bz at FreeBSD.org
Sat Nov 29 00:45:21 PST 2008


Author: bz
Date: Sat Nov 29 08:45:20 2008
New Revision: 185428
URL: http://svn.freebsd.org/changeset/base/185428

Log:
  make 'make universe' not complain about
    In file included from /src/sys/modules/powermac_nvram/../../dev/powermac_nvram/powermac_nvram.c:38:
    @/dev/ofw/ofw_bus.h:36:24: error: ofw_bus_if.h: No such file or directory
  I am not sure for how long this had not worked and if it was just the
  latest vimage commit that had revealed this or if nobody had built
  universe successfully in a while. Btw, the tinderbox did not complain
  either so that is probably the reason noone had noticed.

Modified:
  head/sys/modules/powermac_nvram/Makefile

Modified: head/sys/modules/powermac_nvram/Makefile
==============================================================================
--- head/sys/modules/powermac_nvram/Makefile	Sat Nov 29 05:16:14 2008	(r185427)
+++ head/sys/modules/powermac_nvram/Makefile	Sat Nov 29 08:45:20 2008	(r185428)
@@ -5,5 +5,6 @@
 KMOD=	powermac_nvram
 SRCS=	powermac_nvram.c powermac_nvramvar.h
 SRCS+=	bus_if.h device_if.h
+SRCS+=	ofw_bus_if.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-all mailing list