[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-64
include project/target/pc.mk
include project/virtual/fs.mk
include project/virtual/minip.mk
include project/virtual/test.mk

View File

@@ -1,6 +1,8 @@
# top level project rules for the pc-x86-legacy-test project
#
ARCH := x86
CPU ?= legacy
include project/target/pc-legacy.mk
include project/target/pc.mk
include project/virtual/fs.mk
include project/virtual/test.mk

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

View File

@@ -1,10 +0,0 @@
# top level project rules for the pc virtual project
#
ARCH ?= x86
SUBARCH ?= x86-32
TARGET := pc-x86
CPU ?= legacy
MODULES += \
app/shell