[project][pc] add minip and all of the fses to all of the PC projects

Leave minip out of legacy PC right now since the registration scheme is
a bit broken and assumes e1000 is present.
This commit is contained in:
Travis Geiselbrecht
2025-10-01 23:37:36 -07:00
parent 5720b2a32f
commit be07027fe1
4 changed files with 7 additions and 11 deletions

View File

@@ -4,4 +4,6 @@ ARCH := x86
SUBARCH := x86-32
include project/target/pc.mk
include project/virtual/fs.mk
include project/virtual/minip.mk
include project/virtual/test.mk