]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - tools/lib/lockdep/Makefile
tools/lib/lockdep: Enable -Wall by default
[mirror_ubuntu-bionic-kernel.git] / tools / lib / lockdep / Makefile
index 3bc0ef9f8923060c6bf6f9aebda2bdc4866e74f7..98d8a5ae8334c888aec23ff7a0b73b5e43cad457 100644 (file)
@@ -79,6 +79,7 @@ INCLUDES = -I. -I./uinclude -I./include -I../../include $(CONFIG_INCLUDES)
 # Set compile option CFLAGS if not set elsewhere
 CFLAGS ?= -g -DCONFIG_LOCKDEP -DCONFIG_STACKTRACE -DCONFIG_PROVE_LOCKING -DBITS_PER_LONG=__WORDSIZE -DLIBLOCKDEP_VERSION='"$(LIBLOCKDEP_VERSION)"' -rdynamic -O0 -g
 CFLAGS += -fPIC
+CFLAGS += -Wall
 
 override CFLAGS += $(CONFIG_FLAGS) $(INCLUDES) $(PLUGIN_DIR_SQ)