mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-10-31 18:04:31 +00:00
Only output data and text sections to the hex file
This commit is contained in:
parent
65e70baa84
commit
a3435952ef
@ -28,7 +28,7 @@ LDFLAGS = $(COMMON)
|
||||
LDFLAGS += -Wl,-Map=$(PROJECT).map,--cref
|
||||
|
||||
## Intel Hex file production flags
|
||||
HEX_FLASH_FLAGS = -R .eeprom
|
||||
HEX_FLASH_FLAGS = -j .text -j .data
|
||||
|
||||
HEX_EEPROM_FLAGS = -j .eeprom
|
||||
HEX_EEPROM_FLAGS += --set-section-flags=.eeprom="alloc,load"
|
||||
|
Loading…
Reference in New Issue
Block a user