Re: [U-Boot-Users] [PATCH] include autoconf.mk before any other .mk files

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This bumps the autoconf.mk include step above board/cpu/arch/etc... so that > those .mk files can have make if statements based on the current config. > > Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk

[U-Boot-Users] [PATCH] include autoconf.mk before any other .mk files

2008-02-18 Thread Mike Frysinger
This bumps the autoconf.mk include step above board/cpu/arch/etc... so that those .mk files can have make if statements based on the current config. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- config.mk |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config