From 5825ce763c3f34b639a9ffd35817451d7e25825a Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 6 May 2015 18:44:41 +1000 Subject: [PATCH] Objcopy text sections to irom0 (no more ICACHE_FLASH_ATTR, yay!) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d903f49..261a155 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ $1/%.o: %.c $(vecho) "CC $$<" $(CC_ARGS) -c $$< -o $$@ $(CC_ARGS) -MM -MT $$@ -MF $$(@:.o=.d) $$< -# $(Q) $(OBJCOPY) --rename-section .text=.irom0.text --rename-section .literal=.irom0.literal $$@ + $(Q) $(OBJCOPY) --rename-section .text=.irom0.text --rename-section .literal=.irom0.literal $$@ endef .PHONY: all checkdirs clean