]> Pileus Git - ~andy/linux/blobdiff - scripts/Makefile.build
netback: remove redundant assignment
[~andy/linux] / scripts / Makefile.build
index a0fd5029cfe78c8d082409b3228a59998b15eaa2..d2b366c16b6482cc90ba8f262d79d1ddbb2c87b2 100644 (file)
@@ -46,7 +46,7 @@ include $(kbuild-file)
 # If the save-* variables changed error out
 ifeq ($(KBUILD_NOPEDANTIC),)
         ifneq ("$(save-cflags)","$(CFLAGS)")
-                $(error CFLAGS was changed in "$(kbuild-file)". Fix it to use EXTRA_CFLAGS)
+                $(error CFLAGS was changed in "$(kbuild-file)". Fix it to use ccflags-y)
         endif
 endif