rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # top level project rules for the pc-x86-test project |
2 | # | ||||
3 | LOCAL_DIR := $(GET_LOCAL_DIR) | ||||
4 | |||||
5 | ARCH := x86 | ||||
6 | TARGET := pc-x86 | ||||
7 | MODULES += \ | ||||
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 | |||||
19 | include project/virtual/test.mk |