mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 01:15:16 +07:00
3db5e0ba8b
When building the kernel with Clang, some disabled warnings appear because this Makefile overrides KBUILD_CFLAGS for x86{,_64}. Add them to this list so that the build is clean again. -Wpointer-sign was disabled for the whole kernel before the beginning of Git history. -Waddress-of-packed-member was disabled for the whole kernel and for the early boot code in these commits: |
||
---|---|---|
.. | ||
arm32-stub.c | ||
arm64-stub.c | ||
arm-stub.c | ||
efi-stub-helper.c | ||
efistub.h | ||
fdt.c | ||
gop.c | ||
Makefile | ||
random.c | ||
secureboot.c | ||
string.c | ||
tpm.c |