blob: c5ff49186e2f487b4b196def6742a8d39d515d12 [file] [log] [blame]
Corey Tabakab3f6cac2009-04-01 17:35:12 -04001# top level project rules for the pc-x86-test project
2#
3LOCAL_DIR := $(GET_LOCAL_DIR)
4
5TARGET := pc-x86
6MODULES += \
7 app/tests \
8 app/shell
9
10# extra rules to copy the pc-x86.conf file to the build dir
11#$(BUILDDIR)/pc-x86.conf: $(LOCAL_DIR)/pc-x86.conf
12# @echo copy $< to $@
13# $(NOECHO)cp $< $@
14
15#EXTRA_BUILDDEPS += $(BUILDDIR)/pc-x86.conf
16#GENERATED += $(BUILDDIR)/pc-x86.conf