mirror of
https://github.com/PDP-10/its.git
synced 2026-05-04 23:26:02 +00:00
Build the Chaosnet bridge.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -40,3 +40,6 @@
|
|||||||
[submodule "tools/sim-h"]
|
[submodule "tools/sim-h"]
|
||||||
path = tools/sim-h
|
path = tools/sim-h
|
||||||
url = https://github.com/open-simh/simh
|
url = https://github.com/open-simh/simh
|
||||||
|
[submodule "tools/cbridge"]
|
||||||
|
path = tools/cbridge
|
||||||
|
url = https://github.com/bictorv/chaosnet-bridge
|
||||||
|
|||||||
9
Makefile
9
Makefile
@@ -69,7 +69,8 @@ BINIGNORE=-e '^(ka10|kl10|ks10|minsys)$$'
|
|||||||
# These are on the minsrc tape.
|
# These are on the minsrc tape.
|
||||||
SRCIGNORE=-e '^(system|midas)$$'
|
SRCIGNORE=-e '^(system|midas)$$'
|
||||||
|
|
||||||
SUBMODULES = dasm itstar klh10 mldev simh sims supdup tapeutils tv11 pdp6 vt05 tek4010
|
SUBMODULES = dasm itstar klh10 mldev simh sims supdup cbridge \
|
||||||
|
tapeutils tv11 pdp6 vt05 tek4010
|
||||||
|
|
||||||
# These files are used to create bootable tape images.
|
# These files are used to create bootable tape images.
|
||||||
RAM = bin/ks10/boot/ram.262
|
RAM = bin/ks10/boot/ram.262
|
||||||
@@ -101,7 +102,8 @@ DUMP=$(shell cd src; ls syseng/dump.* sysnet/netwrk.*)
|
|||||||
SMF:=$(addprefix tools/,$(addsuffix /.gitignore,$(SUBMODULES)))
|
SMF:=$(addprefix tools/,$(addsuffix /.gitignore,$(SUBMODULES)))
|
||||||
OUT=out/$(EMULATOR)
|
OUT=out/$(EMULATOR)
|
||||||
|
|
||||||
all: its $(OUT)/stamp/test $(OUT)/stamp/emulators tools/supdup/supdup
|
all: its $(OUT)/stamp/test $(OUT)/stamp/emulators \
|
||||||
|
tools/supdup/supdup tools/cbridge/cbridge
|
||||||
|
|
||||||
its: $(SMF) $(OUT)/stamp/its
|
its: $(SMF) $(OUT)/stamp/its
|
||||||
|
|
||||||
@@ -381,6 +383,9 @@ $(TEK): tek-hack
|
|||||||
tools/supdup/supdup:
|
tools/supdup/supdup:
|
||||||
$(MAKE) -C tools/supdup
|
$(MAKE) -C tools/supdup
|
||||||
|
|
||||||
|
tools/cbridge/cbridge:
|
||||||
|
$(MAKE) -C tools/cbridge
|
||||||
|
|
||||||
$(SMF):
|
$(SMF):
|
||||||
$(GIT) submodule sync --recursive `dirname $@`
|
$(GIT) submodule sync --recursive `dirname $@`
|
||||||
$(GIT) submodule update --recursive --init `dirname $@`
|
$(GIT) submodule update --recursive --init `dirname $@`
|
||||||
|
|||||||
1
tools/cbridge
Submodule
1
tools/cbridge
Submodule
Submodule tools/cbridge added at f71ac772de
Reference in New Issue
Block a user