On Sun, Jul 21, 2013 at 11:25:28PM +0200, Stefan Agner wrote: > The SoC specific code is in subdirectories which leads to warnings in > newer > automake versions. The option subdir-objects prevents those warnings. > > Signed-off-by: Stefan Agner <[email protected]> > --- > src/Makefile.am | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/Makefile.am b/src/Makefile.am > index 6fcc0d8..6fecfc7 100644 > --- a/src/Makefile.am > +++ b/src/Makefile.am > @@ -1,3 +1,5 @@ > +AUTOMAKE_OPTIONS = subdir-objects > + > AM_CFLAGS = -Wall -std=c99 > > bin_PROGRAMS = cbootimage bct_dump
Hi Stefan,
Thanks for the patch. Generally this looks good to me, though automake
now complains:
src/Makefile.am:36: compiling `t114/parse_t114.c' in subdir requires
`AM_PROG_CC_C_O' in `configure.ac'
Which can quite easily be solved by adding that line in configure.ac.
Immediately following the AC_PROG_CC looks like a good place for it.
Thanks,
Thierry
signature.asc
Description: Digital signature
