aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/testbuild/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-06 10:30:15 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-06 10:30:15 +0000
commit94db6c6fab0c7b453430190eef4a0d2ddc10b446 (patch)
treefbcf276676551b5294bfb65dfd63db7f0ab3969b /test/rt/testbuild/Makefile
parenta380d9ad03f2fcf950dad0f08652a03b738dc0e8 (diff)
downloadChibiOS-94db6c6fab0c7b453430190eef4a0d2ddc10b446.tar.gz
ChibiOS-94db6c6fab0c7b453430190eef4a0d2ddc10b446.tar.bz2
ChibiOS-94db6c6fab0c7b453430190eef4a0d2ddc10b446.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7717 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/rt/testbuild/Makefile')
-rw-r--r--test/rt/testbuild/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/rt/testbuild/Makefile b/test/rt/testbuild/Makefile
index ab4867e16..10b7856b4 100644
--- a/test/rt/testbuild/Makefile
+++ b/test/rt/testbuild/Makefile
@@ -127,6 +127,9 @@ clean:
-rm -f $(ASRC:.s=.lst)
-rm -fR .dep
+misra:
+ lint-nt -w1 pclint/co-gcc.lnt pclint/au-misra3.lnt pclint/waivers.lnt $(INCDIR) $(KERNSRC) > misra.txt
+
#
# Include the dependency files, should be the last of the makefile
#