summaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorroot <root@lab2.panaceas.james.local>2014-11-02 15:16:42 +0000
committerroot <root@lab2.panaceas.james.local>2014-11-02 15:16:42 +0000
commit479e719a64d75374f00438498cf91ba2601a63f1 (patch)
tree6f2164598cbe9c78396060dc45f5307172d36a0c /Makefile.rules
parent87e61d21e5ce588c9701d92def188fa97674c3cd (diff)
downloadstm32_usb_kvm-479e719a64d75374f00438498cf91ba2601a63f1.tar.gz
stm32_usb_kvm-479e719a64d75374f00438498cf91ba2601a63f1.tar.bz2
stm32_usb_kvm-479e719a64d75374f00438498cf91ba2601a63f1.zip
fish
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 685caad..b67e343 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -80,7 +80,7 @@ SCRIPT_DIR = $(OPENCM3_DIR)/scripts
CFLAGS += -Os -g
CFLAGS += -Wextra -Wimplicit-function-declaration
-CFLAGS += -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes
+CFLAGS += -Wmissing-prototypes -Wstrict-prototypes
CFLAGS += -fno-common -ffunction-sections -fdata-sections
###############################################################################
@@ -179,7 +179,7 @@ fish:
clean:
@#printf " CLEAN\n"
- $(Q)$(RM) *.o *.d *.elf *.bin *.hex *.srec *.list *.map
+ $(Q)$(RM) *.o *.d *.elf *.bin *.hex *.srec *.list *.map *~
stylecheck: $(STYLECHECKFILES:=.stylecheck)
styleclean: $(STYLECHECKFILES:=.styleclean)