Files
lk/project/pc-x86-64-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

10 lines
214 B
Makefile

# top level project rules for the pc-x86-64-test project
#
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