diff options
Diffstat (limited to 'demos/STM32/RT-STM32F407-DISCOVERY/Makefile')
-rw-r--r-- | demos/STM32/RT-STM32F407-DISCOVERY/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/demos/STM32/RT-STM32F407-DISCOVERY/Makefile b/demos/STM32/RT-STM32F407-DISCOVERY/Makefile index 5157ceaf7..175b7d24d 100644 --- a/demos/STM32/RT-STM32F407-DISCOVERY/Makefile +++ b/demos/STM32/RT-STM32F407-DISCOVERY/Makefile @@ -202,9 +202,3 @@ ULIBS = RULESPATH = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC
include $(RULESPATH)/rules.mk
-
-misra:
- @echo Running PCLint
- lint-nt -w1 pclint/co-gcc.lnt pclint/au-misra3.lnt pclint/waivers.lnt $(IINCDIR) $(KERNSRC) > misra.txt
- @echo
- @echo Done
|