public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [MIPS] cpu/mips/Makefile: Change Makefile style
Date: Tue, 25 Mar 2008 14:50:57 +0900	[thread overview]
Message-ID: <47E892C1.8060302@ruby.dti.ne.jp> (raw)
In-Reply-To: <47E891B0.90904@ruby.dti.ne.jp>

Shinya Kuribayashi wrote:
> @@ -26,12 +26,18 @@ include $(TOPDIR)/config.mk
>  LIB	= $(obj)lib$(CPU).a
>  
>  START	= start.o
> -COBJS	= asc_serial.o au1x00_serial.o au1x00_eth.o au1x00_usb_ohci.o \
> -	  cpu.o interrupts.o incaip_clock.o
> -SOBJS	= incaip_wdt.o cache.o
> -
> -SRCS	:= $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
> -OBJS	:= $(addprefix $(obj),$(SOBJS) $(COBJS))
> +SOBJS-y	= cache.o
> +COBJS-y	= cpu.o interrupts.o
> +
> +COBJS-y	+= asc_serial.o
> +COBJS-y	+= au1x00_serial.o
> +COBJS-y	+= au1x00_eth.o
> +COBJS-y	+= au1x00_usb_ohci.o

Hm, should this be something like

  COBJS-y += au1x00_serial.o au1x00_eth.o au1x00_usb_ohci.o

?

> +COBJS-y	+= incaip_clock.o
> +SOBJS-y	+= incaip_wdt.o
> +
> +SRCS	:= $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
> +OBJS	:= $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
>  START	:= $(addprefix $(obj),$(START))
>  
>  all:	$(obj).depend $(START) $(LIB)

      reply	other threads:[~2008-03-25  5:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-25  5:46 [U-Boot-Users] [MIPS] cpu/mips/Makefile: Change Makefile style Shinya Kuribayashi
2008-03-25  5:50 ` Shinya Kuribayashi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47E892C1.8060302@ruby.dti.ne.jp \
    --to=skuribay@ruby.dti.ne.jp \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox