blob: 3e7ee8ef02c8fbbb3f01176081a150cb2d580a38 [file] [log] [blame]
Brian Swetland2500aa12009-01-01 04:33:55 -08001# top level project rules for the armemu-test project
2#
3LOCAL_DIR := $(GET_LOCAL_DIR)
4
5ifeq ($(PROJECT_TARGET),)
6TARGET := surf-msm7k
7else
8TARGET := $(PROJECT_TARGET)
9endif
10
11MODULES += \
12 app/tests \
Travis Geiselbrecht577036f2009-01-24 21:37:21 -080013 app/shell
Brian Swetland2500aa12009-01-01 04:33:55 -080014