summaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
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)