Dear Rabin Vincent,

In message <1271238797-14117-1-git-send-email-rabin.vinc...@stericsson.com> you 
wrote:
>
> --- a/config.mk
> +++ b/config.mk
> @@ -119,11 +119,16 @@ ifneq ($(SRCTREE)/$(CPUDIR),$(wildcard 
> $(SRCTREE)/$(CPUDIR)))
>  CPUDIR=arch/$(ARCH)/cpu
>  endif
>  
> +SOCDIR       = $(CPUDIR)/$(SOC)
> +ifdef        SUBCPU
> +SOCDIR       = $(CPUDIR)/$(SUBCPU)/$(SOC)
> +endif

Using an `ifdef' / `else' / `endif' would seem more logical to me.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Tactical? TACTICAL!?!? Hey, buddy, we went from kilotons to  megatons
several  minutes  ago.  We don't need no stinkin' tactical nukes. (By
the way, do you have change for 10 million people?)           - lwall
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to