Files
lk/project/pc-x86-legacy-test.mk
Travis Geiselbrecht be07027fe1 [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.
2025-10-01 23:41:11 -07:00

9 lines
181 B
Makefile

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