[make] update ip address to try to copy to in the 'install' target

This commit is contained in:
Travis Geiselbrecht
2022-06-05 15:58:06 -07:00
parent d80592ba7d
commit 6edff96534

View File

@@ -277,7 +277,7 @@ clean: $(EXTRA_CLEANDEPS)
rm -f $(ALLOBJS) $(DEPS) $(GENERATED) $(OUTBIN) $(OUTELF) $(OUTELF).lst $(OUTELF).debug.lst $(OUTELF).sym $(OUTELF).sym.sorted $(OUTELF).size $(OUTELF).hex $(OUTELF).dump
install: all
scp $(OUTBIN) 192.168.0.4:/tftproot
scp $(OUTBIN) 192.168.0.4:/tftpboot
list-arch:
@echo ARCH = ${ARCH}