From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Tue, 10 Feb 2009 09:15:14 +0100 Subject: [U-Boot] [PATCH 1/2] net: Sort Makefile labels In-Reply-To: <4990A841.3000705@gmail.com> References: <1231154714-15799-1-git-send-email-monstr@monstr.eu> <20090209200937.0B93E8322908@gemini.denx.de> <4990A841.3000705@gmail.com> Message-ID: <49913792.9060008@monstr.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Ben and Wolfgang, >> >> In message >> >> you wrote: >> >>> From: Michal Simek >>> >>> >>> Signed-off-by: Michal Simek >>> --- >>> drivers/net/Makefile | 4 ++-- >>> 1 files changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/drivers/net/Makefile b/drivers/net/Makefile >>> index 631336a..128dc11 100644 >>> --- a/drivers/net/Makefile >>> +++ b/drivers/net/Makefile >>> @@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk >>> LIB := $(obj)libnet.a >>> >>> COBJS-$(CONFIG_DRIVER_3C589) += 3c589.o >>> +COBJS-$(CONFIG_PPC4xx_EMAC) += 4xx_enet.o >>> COBJS-$(CONFIG_DRIVER_AX88180) += ax88180.o >>> >> >> What makes you think that CONFIG_PPC4xx_EMAC has a good place between >> CONFIG_DRIVER_3C589 and CONFIG_DRIVER_AX88180?