[U-Boot] [PATCH 1/2] net: Sort Makefile labels

Michal Simek monstr at monstr.eu
Tue Feb 10 09:15:14 CET 2009


Hi Ben and Wolfgang,

>>
>> In message
>> <d4fd46d3b2d27747b728da37fad3ebca3732d837.1231154122.git.monstr at monstr.eu>
>> you wrote:
>>  
>>> From: Michal Simek <monstr at monstr.eu>
>>>
>>>
>>> Signed-off-by: Michal Simek <monstr at monstr.eu>
>>> ---
>>>  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?



More information about the U-Boot mailing list