From c8396bdc040f4b16e6f6e3f8b81b9fb67a499d9c Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 20 Jan 2011 14:48:23 +0100 Subject: Use annotated types and fix sparse warnings Annotated types are introduced and sparse warnings fixed. Two warnings remained in ip_set_core.c but those are false ones. (Patrick McHardy's review) --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7d91b8f..8f448ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,10 @@ endif SUBDIRS = lib src +modules_sparse: + ${MAKE} -C $(KBUILD_OUTPUT) M=$$PWD/kernel V=$V C=2 CF=-D__CHECK_ENDIAN__ \ + IP_SET_MAX=$(IP_SET_MAX) modules + modules: ${MAKE} -C $(KBUILD_OUTPUT) M=$$PWD/kernel V=$V \ IP_SET_MAX=$(IP_SET_MAX) modules -- cgit v1.2.3