[U-Boot] [PATCH v2 01/19] Makefile: prepare for using Kbuild-style Makefile
Masahiro Yamada
yamada.m at jp.panasonic.com
Mon Oct 21 06:56:39 CEST 2013
Hello, Simon.
> >> Would looking for obj- be better or worse?
> >
> > At first I thought of this but I was kind of worried
> > whether all makefiles should forcibly have obj-y or obj-.
> >
> > arch/arm/cpu/armv7/tegra114/
> > arch/arm/cpu/armv7/tegra30/
> > directories have no source files but only a Makefile.
> >
> > After all, I simply added
> > obj- :=
> > line in them, so I think your suggestion will work.
> >
> > If you prefer to search obj-, I will consider to change at version 3.
>
> No, it doesn't matter, it sounds like what you are doing is just as
> good, and it is temporary as you say. I wonder how temporary?
I posted a new series
"Third step towards Kbuild: Convert rest of makefiles" (consists of 18 patch files)
The series deletes the temporary grep switch.
Altough it is Tom who decides when the series should be applied,
I hope it is not so late.
Best Regards
Masahiro Yamada
More information about the U-Boot
mailing list