From owner-cvs-all@FreeBSD.ORG Tue Nov 22 17:32:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4828816A41F; Tue, 22 Nov 2005 17:32:57 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA8E343D82; Tue, 22 Nov 2005 17:32:56 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAMHWphr067148; Tue, 22 Nov 2005 17:32:51 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAMHWpAT067147; Tue, 22 Nov 2005 17:32:51 GMT (envelope-from marius) Message-Id: <200511221732.jAMHWpAT067147@repoman.freebsd.org> From: Marius Strobl Date: Tue, 22 Nov 2005 17:32:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/i2c/controllers/pcf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 17:32:57 -0000 marius 2005-11-22 17:32:51 UTC FreeBSD src repository Modified files: sys/modules/i2c/controllers/pcf Makefile Log: - Add ofw_bus_if.h to SRCS on sparc64 as envctrl.c and pcf_ebus.c depend on it. - Sync with sys/conf/files* and build pcf_isa.c only on i386 for now. - Try to adhere to style.Makefile(5) (sorting, whitespace). Revision Changes Path 1.4 +11 -8 src/sys/modules/i2c/controllers/pcf/Makefile