blob: 74e04a0524bf7429b70c9d7d91ff505c2a4930a8 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# top level project rules for the pc-x86-test project
2#
3LOCAL_DIR := $(GET_LOCAL_DIR)
4
5ARCH := x86
6TARGET := pc-x86
7MODULES += \
8 app/shell \
9 app/pcitests
10
11# extra rules to copy the pc-x86.conf file to the build dir
12#$(BUILDDIR)/pc-x86.conf: $(LOCAL_DIR)/pc-x86.conf
13# @echo copy $< to $@
14# $(NOECHO)cp $< $@
15
16#EXTRA_BUILDDEPS += $(BUILDDIR)/pc-x86.conf
17#GENERATED += $(BUILDDIR)/pc-x86.conf
18
19include project/virtual/test.mk