Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- .gitignore | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ab976e76b..35b4d0248 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,7 @@ patches series # local makefile -local.mk +.sparse.mk # cscope and Qt files cscope.out diff --git a/Makefile b/Makefile index 4f6ab108c..afc1efe98 100644 --- a/Makefile +++ b/Makefile @@ -21,11 +21,11 @@ MANDIR=$(PREFIX)/share/man MAN1DIR=$(MANDIR)/man1 # Allow users to override build settings without dirtying their trees -# For debugging, put this in local.mk: +# For debugging, put this in .sparse.mk: # # CFLAGS += -O0 -DDEBUG -g3 -gdwarf-2 # --include local.mk +-include .sparse.mk ######################################################################## -- 2.14.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html