Re: [PATCH] build: Fixed include compiler-gcc.h directly error

2017-12-08 Thread Jasmin J.
Hello Hans! I am not sure why compiler-gcc.h is used from the kernel tree and not from the installed kernel headers. So a better fix for this problem might be to remove compiler-gcc.h from media_build/linux/Makefile. This is something you will know better. Please note that this doesn't fix all is

[PATCH] build: Fixed include compiler-gcc.h directly error

2017-12-08 Thread Jasmin J.
From: Jasmin Jessich The type definitions have been splitting from compiler.h into compiler_types.h. This requires to check for the new and the old include guard in compiler-gcc.h. Signed-off-by: Jasmin Jessich --- backports/backports.txt | 3 +++ backports/v4.14_compiler_h.patch | 1