setup ultra_trail fw based on bare-metal-bsp

This commit is contained in:
2023-09-27 11:27:02 +02:00
parent 9c0047b3ea
commit cffa693e29
27 changed files with 1398 additions and 4 deletions

View File

@ -55,7 +55,7 @@ OBJDUMP := $(TOOL_DIR)$(TRIPLET)-objdump
$(TARGET): $(LINK_OBJS) $(LINK_DEPS)
$(LD) $(LINK_OBJS) $(LDFLAGS) $(LIBWRAP) -o $@
$(LD) $(LINK_OBJS) $(LDFLAGS) -o $@
$(OBJDUMP) -d -S $(TARGET) > $(TARGET).dis
$(ASM_OBJS): %.o: %.S $(HEADERS)