blob: d0b19378ca031d53c9cd3053cb4b7550ee9c5842 [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 \
Corey Tabakab0bd1832009-04-03 01:17:52 -04008 app/shell \
9 app/pcitests
Corey Tabakab3f6cac2009-04-01 17:35:12 -040010
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