[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:
@@ -4,4 +4,6 @@ ARCH := x86
|
|||||||
SUBARCH := x86-64
|
SUBARCH := x86-64
|
||||||
|
|
||||||
include project/target/pc.mk
|
include project/target/pc.mk
|
||||||
|
include project/virtual/fs.mk
|
||||||
|
include project/virtual/minip.mk
|
||||||
include project/virtual/test.mk
|
include project/virtual/test.mk
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# top level project rules for the pc-x86-legacy-test project
|
# top level project rules for the pc-x86-legacy-test project
|
||||||
#
|
#
|
||||||
ARCH := x86
|
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
|
include project/virtual/test.mk
|
||||||
|
|||||||
@@ -4,4 +4,6 @@ ARCH := x86
|
|||||||
SUBARCH := x86-32
|
SUBARCH := x86-32
|
||||||
|
|
||||||
include project/target/pc.mk
|
include project/target/pc.mk
|
||||||
|
include project/virtual/fs.mk
|
||||||
|
include project/virtual/minip.mk
|
||||||
include project/virtual/test.mk
|
include project/virtual/test.mk
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user