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