mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 18:33:16 +01:00
STM8: Correct IAR Makefile object paths for SREC build.
This commit is contained in:
@@ -99,7 +99,7 @@ $(BUILD_DIR):
|
||||
# Test HEX files (one application build for each test)
|
||||
$(TEST_S19S): %.s19: %.elf
|
||||
@echo Building $@
|
||||
$(HEX) $(BUILD_DIR)/$< $(BUILD_DIR)/$@ --srec
|
||||
$(HEX) $(BUILD_DIR)/$(notdir $<) $(BUILD_DIR)/$@ --srec
|
||||
|
||||
# Test ELF files (one application build for each test)
|
||||
$(TEST_ELFS): %.elf: %.o $(KERNEL_OBJECTS) $(PERIPH_OBJECTS) $(APP_OBJECTS) $(APP_ASM_OBJECTS)
|
||||
|
||||
Reference in New Issue
Block a user