blob: 151beeddf3a9a76d3fc16e609f3cd27e4588c3d1 [file] [log] [blame]
Travis Geiselbrecht577036f2009-01-24 21:37:21 -08001# top level project rules for the armemu-test project
2#
3LOCAL_DIR := $(GET_LOCAL_DIR)
4
5TARGET := armemu
6MODULES += \
7 app/tests \
8 app/shell
9
10# extra rules to copy the armemu.conf file to the build dir
11#$(BUILDDIR)/armemu.conf: $(LOCAL_DIR)/armemu.conf
12# @echo copy $< to $@
13# $(NOECHO)cp $< $@
14
15#EXTRA_BUILDDEPS += $(BUILDDIR)/armemu.conf
16#GENERATED += $(BUILDDIR)/armemu.conf