From 94db6c6fab0c7b453430190eef4a0d2ddc10b446 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 6 Mar 2015 10:30:15 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7717 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/RT-STM32F407-DISCOVERY/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'demos') 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 -- cgit v1.2.3