• A
    Kbuild: avoid duplicate include path · dc33db7c
    Arnd Bergmann 提交于
    arch/$(hdr-arch)/include/generated/uapi is included twice in the
    header search path, which is unnecessary, so this changes the
    top-level Makefile to drop the second instance by filtering out
    everything from USERINCLUDE that was already part of LINUXINCLUDE.
    
    This should have very little effect other than making the 'make V=1'
    output slightly smaller and making the build time faster by a miniscule
    amount, but it seems to be cleaner.
    Signed-off-by: NArnd Bergmann <arnd@arndb.de>
    Signed-off-by: NMichal Marek <mmarek@suse.com>
    dc33db7c
Makefile 56.0 KB