From 479e719a64d75374f00438498cf91ba2601a63f1 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Nov 2014 15:16:42 +0000 Subject: fish --- Makefile.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.rules') 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) -- cgit v1.2.3