blob: 9b222e688cb590f71cf742f502878fda3220f01f [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 += \
Travis Geiselbrecht84ec8802010-05-06 17:21:24 -07007 lib/bio \
8 lib/partition \
9 lib/bcache \
10 lib/fs \
11 lib/fs/ext2 \
Travis Geiselbrecht800410c2010-05-21 23:03:10 -070012 lib/gfx \
13 lib/gfxconsole \
14 lib/text \
15 lib/tga \
Travis Geiselbrecht577036f2009-01-24 21:37:21 -080016 app/tests \
17 app/shell
18
19# extra rules to copy the armemu.conf file to the build dir
20#$(BUILDDIR)/armemu.conf: $(LOCAL_DIR)/armemu.conf
21# @echo copy $< to $@
22# $(NOECHO)cp $< $@
23
24#EXTRA_BUILDDEPS += $(BUILDDIR)/armemu.conf
25#GENERATED += $(BUILDDIR)/armemu.conf