From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from jdl.com (jdl.com [208.123.74.7]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 49513DDEEE for ; Tue, 8 Jan 2008 07:13:18 +1100 (EST) To: "Grant Likely" Subject: Re: [RFC PATCH 2/3] Add initial iomega StorCenter board port. In-Reply-To: Your message of "Mon, 07 Jan 2008 12:31:36 MST." References: Date: Mon, 07 Jan 2008 14:13:14 -0600 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org, andy@protium.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day "Grant Likely" mumbled: > > Curious; why in platforms/embedded6xx vs platforms/82xx? 82xx is nominally the _other_ 82xx family. :-) This is just more historical precedent, and the fact that it is similar to the linkstation there. > > obj-$(CONFIG_MPC7448HPC2) += mpc7448_hpc2.o > > obj-$(CONFIG_LINKSTATION) += linkstation.o ls_uart.o > > +obj-$(CONFIG_STORCENTER) += storcenter.o > > obj-$(CONFIG_PPC_HOLLY) += holly.o > > obj-$(CONFIG_PPC_PRPMC2800) += prpmc2800.o > > +obj-$(CONFIG_STORCENTER) += storcenter.o > > Linked twice? I wanted to make double-sure to screw it up. You know. :-) Thanks, jdl