blob: 1d2be738b09f53b4e4a70570c6b6f026e9b0ea62 [file] [log] [blame]
# top level project rules for the pc-x86-test project
#
LOCAL_DIR := $(GET_LOCAL_DIR)
ARCH := x86
SUBARCH := x86-32
TARGET := pc-x86
MODULES += \
app/shell \
app/pcitests
# extra rules to copy the pc-x86.conf file to the build dir
#$(BUILDDIR)/pc-x86.conf: $(LOCAL_DIR)/pc-x86.conf
# @echo copy $< to $@
# $(NOECHO)cp $< $@
#EXTRA_BUILDDEPS += $(BUILDDIR)/pc-x86.conf
#GENERATED += $(BUILDDIR)/pc-x86.conf
include project/virtual/test.mk