aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F407-DISCOVERY/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 /demos/STM32/RT-STM32F407-DISCOVERY/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 'demos/STM32/RT-STM32F407-DISCOVERY/Makefile')
-rw-r--r--demos/STM32/RT-STM32F407-DISCOVERY/Makefile6
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