sim: build: add var for tracking sim enable directly
authorMike Frysinger <vapier@gentoo.org>
Tue, 3 Jan 2023 03:40:49 +0000 (22:40 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 3 Jan 2023 03:40:49 +0000 (22:40 -0500)
commit7c9a934c4d2b519c3f55db51476d376ca1bad8f1
tree78682c67adb684a3f20854de97678d354124e2a8
parent127d167a988ae35488e1c4046ece695f2f27f535
sim: build: add var for tracking sim enable directly

Rather than rely on SIM_SUBDIRS being set, add a dedicated variable
to track whether to enable the sim.  While the current code works
fine, it won't work as we remove the recursive make logic (i.e. the
SIM_SUBDIRS variable).
sim/configure
sim/configure.ac