Quantcast
Channel: lkml.org : Pallipadi, Venkatesh
Viewing all articles
Browse latest Browse all 864

Re: [PATCH v3] kconfig.h: Include compiler types to avoid missed s ...

$
0
0
Linus Torvalds writes: (Summary) Ok, applied.
Ok, applied.
I'm a bit worried that this ends up bypassing our automatic dependency generation.
generation.
Lookie here (in a fully built tree):
Lookie here (in a fully built tree):
    find .
        xargs grep -L linux/compiler_types.h |
        xargs grep -l linux/kconfig.h |
        done

shows that a number of files don't end up depending on that header
file, even though it's included (that "grep -l linux/kconfig,h"
triggers on the command itself having that "-include linux/kconfig.h"
line).

Viewing all articles
Browse latest Browse all 864

Trending Articles