X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=scripts%2FMakefile.extrawarn;h=80231fbddfda1eeaa80aa3ff9ecccae8dda443a8;hb=08649c3d50b1ca014a9e0bf87c724f99f88a20ce;hp=7b2cffce520abe0959471f27d0995c90fb1cfdfe;hpb=e5bda8a2d88f8f3eba308fb30d7e12f3a50ab6b5;p=oweals%2Fu-boot.git diff --git a/scripts/Makefile.extrawarn b/scripts/Makefile.extrawarn index 7b2cffce52..80231fbddf 100644 --- a/scripts/Makefile.extrawarn +++ b/scripts/Makefile.extrawarn @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 # ========================================================================== # # make W=... settings @@ -9,9 +10,6 @@ # $(call cc-option, -W...) handles gcc -W.. options which # are not supported by all versions of the compiler # ========================================================================== -# -# SPDX-License-Identifier: GPL-2.0 -# ifeq ("$(origin W)", "command line") export KBUILD_ENABLE_EXTRA_GCC_CHECKS := $(W) @@ -58,9 +56,4 @@ endif KBUILD_CFLAGS += $(warning) -else - -# Disable noisy checks by default -DTC_FLAGS += $(call dtc-option,-Wno-unit_address_vs_reg) - endif