Update sw/common/common.mk
parent
5ebd59bd45
commit
0a23d83ccb
|
@ -207,7 +207,6 @@ $(IMAGE_GEN): $(NEORV32_EXG_PATH)\image_gen.c
|
||||||
|
|
||||||
# Link object files and show memory utilization
|
# Link object files and show memory utilization
|
||||||
$(APP_ELF): $(OBJ)
|
$(APP_ELF): $(OBJ)
|
||||||
echo "culo"
|
|
||||||
@$(CC) $(CC_FLAGS) -T $(LD_SCRIPT) $(OBJ) $(LD_LIBS) -o $@
|
@$(CC) $(CC_FLAGS) -T $(LD_SCRIPT) $(OBJ) $(LD_LIBS) -o $@
|
||||||
@echo "Memory utilization:"
|
@echo "Memory utilization:"
|
||||||
@$(SIZE) $(APP_ELF)
|
@$(SIZE) $(APP_ELF)
|
||||||
|
|
Loading…
Reference in New Issue