commit | 3d0421178673d74a790637e31fed944bf48aa3aa | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Nov 06 21:40:56 2022 +0700 |
committer | Mike Frysinger <vapier@gentoo.org> | Wed Dec 21 22:21:25 2022 -0500 |
tree | 39439636af47f282ad5ce4f71414ba369ab5e44b | |
parent | d47ea1b9c1fb6d57271697f186f7141ef4aa41c4 [diff] |
sim: build: hoist lists of hw devices up We need these in the top-level to generate libsim.a, but also in the subdirs to generate hw-config.h. Move it to the local.mk, and pass it down when running recursive make. This avoids duplication, and makes it available to both. We can simplify this once we move the various steps up to the top-level too.