From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17248.45467.698310.551177@cargo.ozlabs.ibm.com> Date: Thu, 27 Oct 2005 20:53:15 +1000 From: Paul Mackerras To: Kumar Gala In-Reply-To: References: Cc: linuxppc-dev@ozlabs.org, linuxppc64-dev Subject: Re: [PATCH] powerpc: only build idle_6xx for 6xx List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Kumar Gala writes: > For the current time idle_6xx only applies to 6xx ppc32 CPUs > +extra-$(CONFIG_6xx) += idle_6xx.o > -obj-$(CONFIG_PPC32) += entry_32.o idle_6xx.o setup_32.o misc_32.o > +obj-$(CONFIG_PPC32) += entry_32.o setup_32.o misc_32.o Why does idle_6xx.o become an extra- rather than an obj- ? Paul.