all.deps: add osmo-remsim and simtrace2

Change-Id: I58324ad5ed6c77a53e697d5b4b07ff9353859556
diff --git a/all.deps b/all.deps
index d9359bd..4769d02 100644
--- a/all.deps
+++ b/all.deps
@@ -34,12 +34,15 @@
 osmo-hnodeb	osmo-iuh
 osmo-hnbgw	osmo-iuh osmo-mgw libosmo-pfcp
 osmo-e1d	libosmocore
+osmo-remsim	simtrace2_host libosmo-netif
 
 # can only clone these
 docker-playground
 osmo-ttcn3-hacks
 osmocom-bb
+simtrace2
 
 # configure.ac not in topdir of repository
 osmocom-bb_layer23	libosmocore
 osmocom-bb_virtphy	libosmocore
+simtrace2_host		libosmocore
diff --git a/gen_makefile.py b/gen_makefile.py
index d45e5e8..34f8c96 100755
--- a/gen_makefile.py
+++ b/gen_makefile.py
@@ -171,6 +171,14 @@
 	touch $@
   '''
 
+  if proj == "simtrace2_host":
+    return f'''
+.make.{proj}.clone: .make.simtrace2.clone
+	@echo -e "\\n\\n\\n===== $@\\n"
+	test -L {src_proj} || ln -s simtrace2/host {src_proj}
+	touch $@
+  '''
+
   if proj in ("libgtpnl", "libnftnl", "nftables"):
     url = "git://git.netfilter.org"
 
diff --git a/werror.opts b/werror.opts
index 7252af9..312b97b 100644
--- a/werror.opts
+++ b/werror.opts
@@ -19,3 +19,5 @@
 osmo-cbc --enable-werror
 osmo-hnodeb --enable-werror
 osmo-hnbgw --enable-werror
+simtrace2_host --enable-werror
+osmo-remsim --enable-werror