On Fri, Jul 27, 2018 at 04:44:05PM +0200, Thomas Huth wrote: > The .elf and .flat files are not runnable on the host operating system, > so they should not be marked as executable. > > Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> > --- > v2: > - Removed "rpm coloring" sentence from the patch description > - Use "@" in front of the chmods > > arm/Makefile.common | 2 ++ > powerpc/Makefile.common | 2 ++ > s390x/Makefile | 1 + > x86/Makefile.common | 2 ++ > 4 files changed, 7 insertions(+) > Thanks Thomas Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx>