Leave minip out of legacy PC right now since the registration scheme is a bit broken and assumes e1000 is present.
9 lines
181 B
Makefile
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
|