Searched hist:"6419 e144924cf91f8f7c78e914247b02e34b2a89" (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/scripts/ |
H A D | Makefile.extrawarn | 6419e144924cf91f8f7c78e914247b02e34b2a89 Tue Aug 05 01:56:43 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: move extra gcc checks to scripts/Makefile.extrawarn
This commit was imported from Linux Kernel: commit a86fe353 written by me.
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 <yamada.m@jp.panasonic.com>
|
H A D | Makefile.build | 6419e144924cf91f8f7c78e914247b02e34b2a89 Tue Aug 05 01:56:43 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: move extra gcc checks to scripts/Makefile.extrawarn
This commit was imported from Linux Kernel: commit a86fe353 written by me.
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 <yamada.m@jp.panasonic.com>
|
/openbmc/u-boot/ |
H A D | Makefile | 6419e144924cf91f8f7c78e914247b02e34b2a89 Tue Aug 05 01:56:43 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: move extra gcc checks to scripts/Makefile.extrawarn
This commit was imported from Linux Kernel: commit a86fe353 written by me.
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 <yamada.m@jp.panasonic.com>
|