[PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

Sam Ravnborg sam at ravnborg.org
Sun Jul 27 11:40:10 PDT 2014


> 
> > Btw. the current solution is already faulty - even with the fix.
> > There are no support for make C=2 arch/.../crypto/
> >
> 
> So can you elaborate on how it is faulty?

When you run "make C=2 arch/.../crypto/" then sparse shall be run
for all .c files also if they are already built.
But due to the re-implementation of some parts of the kbuild logic
in the makefile this does not happen with the -glue file.

A minor detail - but this may not be the only wreckage we see over time.

	Sam



More information about the linux-arm-kernel mailing list