blob: a2a91716ffca5eaa99ccbd662284b555e638335b [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 Geiselbrecht39deded2009-01-24 20:12:27 -080013 lib/console
Brian Swetland2500aa12009-01-01 04:33:55 -080014
15OBJS += \
16 $(LOCAL_DIR)/init.o
17