| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-08-05 | kbuild, LLVMLinux: Supress warnings unless W=1-3 | Behan Webster | 1 | -10/+11 | |
| clang has more warnings enabled by default. Turn them off unless W is set. This patch fixes a logic bug where warnings in clang were disabled when W was set. Signed-off-by: Behan Webster <[email protected]> Signed-off-by: Jan-Simon Möller <[email protected]> Signed-off-by: Mark Charlebois <[email protected]> Cc: [email protected] Signed-off-by: Michal Marek <[email protected]> | |||||
| 2014-04-16 | kbuild: move extra gcc checks to scripts/Makefile.extrawarn | Masahiro Yamada | 1 | -0/+67 | |
| W=... provides extra gcc checks. Having such code in scripts/Makefile.build results in the same flags being added to KBUILD_CFLAGS multiple times becuase scripts/Makefile.build is invoked every time Kbuild descends into the subdirectories. Since the top Makefile is already too cluttered, this commit moves all of extra gcc check stuff to a new file scripts/Makefile.extrawarn, which is included from the top Makefile. Signed-off-by: Masahiro Yamada <[email protected]> CC: Sam Ravnborg <[email protected]> Signed-off-by: Michal Marek <[email protected]> | |||||