aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/testbuild/Makefile
diff options
context:
space:
mode:
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
#