summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-05-09 06:24:32 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-05-09 06:24:32 -0300
commit07aa0071b7731c08909ed2ea7ab99a62fa934ff0 (patch)
treeb3d5557c8270425dd0a5fc734516159e9eaf63db /INSTALL
parentd54da4a86ac71c49e0b100b4911a7695d37e93df (diff)
downloadmediapointer-dvb-s2-07aa0071b7731c08909ed2ea7ab99a62fa934ff0.tar.gz
mediapointer-dvb-s2-07aa0071b7731c08909ed2ea7ab99a62fa934ff0.tar.bz2
Kbuild: add a new target to check for section mismatches
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 5ff4860af..c154677d5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -134,3 +134,9 @@ checkpatch - checks codingstyle and reports using the same
checkterse - checks codingstyle and reports using terse
syntax, used on several compilaton tools.
+
+mismatch - checks for linker section mismatch. In other words,
+ check if some driver has functions not properly
+ declared with __init/__exit, and similar tags.
+ It will also be more pedantic by dealing with
+ compilation warnings as if they are errors.