From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fed1rmmtao02.cox.net (fed1rmmtao02.cox.net [68.230.241.37]) by ozlabs.org (Postfix) with ESMTP id 1895667A70 for ; Thu, 24 Feb 2005 06:01:34 +1100 (EST) Date: Wed, 23 Feb 2005 12:01:23 -0700 From: Tom Rini To: Shawn Jin Message-ID: <20050223190123.GI345@smtp.west.cox.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: ppcembed Subject: Re: [PATCH] Ebony's UBoot awareness List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Feb 23, 2005 at 10:39:34AM -0800, Shawn Jin wrote: > This adds UBoot support on Ebony board and also sets emac's PHY mode > explicitly during initialization as Eugene Surovegin provided. [snip] > +#include "../../../../drivers/net/ibm_emac/ibm_emac_phy.h" This will not work with O= for example. The correct method is to modify the Makefile with a CFLAGS_foo.o += -Idrivers/net/ibm_emac -- Tom Rini http://gate.crashing.org/~trini/