Explorar el Código

install simulator

Waldemar Brodkorb hace 9 años
padre
commit
2a310dda31
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      toolchain/gdb/Makefile

+ 3 - 0
toolchain/gdb/Makefile

@@ -46,6 +46,9 @@ $(WRKBUILD)/.installed:
 	$(INSTALL_BIN) $(WRKBUILD)/gdb/gdb $(TARGET_CROSS)gdb
 ifeq ($(ADK_TARGET_ARCH_BFIN),y)
 	$(INSTALL_BIN) $(WRKBUILD)/sim/bfin/run $(TARGET_CROSS)run
+endif
+ifeq ($(ADK_TARGET_ARCH_H8300),y)
+	$(INSTALL_BIN) $(WRKBUILD)/sim/h8300/run $(TARGET_CROSS)run
 endif
 	touch $@