diff options
Diffstat (limited to 'test/hal/testbuild/Makefile')
-rw-r--r-- | test/hal/testbuild/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hal/testbuild/Makefile b/test/hal/testbuild/Makefile index 9568908d0..e5cd11784 100644 --- a/test/hal/testbuild/Makefile +++ b/test/hal/testbuild/Makefile @@ -206,4 +206,4 @@ RULESPATH = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC include $(RULESPATH)/rules.mk
misra:
- @lint-nt -v -w3 $(DEFS) pclint/co-gcc.lnt pclint/au-misra3.lnt pclint/waivers.lnt $(INCDIR) $(KERNSRC) &> misra.txt
+ lint-nt -w3 $(DEFS) pclint/co-gcc.lnt pclint/au-misra3.lnt pclint/waivers.lnt $(IINCDIR) $(HALSRC) $(OSALSRC) $(PLATFORMSRC) > misra.txt
|