blob: 9ad31342b5c8d479f3814ecafa6c666657107686 [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 Geiselbrecht577036f2009-01-24 21:37:21 -080012 app/tests \
13 app/shell
14
15# extra rules to copy the armemu.conf file to the build dir
16#$(BUILDDIR)/armemu.conf: $(LOCAL_DIR)/armemu.conf
17# @echo copy $< to $@
18# $(NOECHO)cp $< $@
19
20#EXTRA_BUILDDEPS += $(BUILDDIR)/armemu.conf
21#GENERATED += $(BUILDDIR)/armemu.conf