blob: 336afe2ad21ed6d8a6c19a9655249c0b3388f4dc [file] [log] [blame]
Travis Geiselbrecht1d0df692008-09-01 02:26:09 -07001# top level project rules for the armemu-test project
2#
3LOCAL_DIR := $(GET_LOCAL_DIR)
4
5TARGET := beagle
Travis Geiselbrechtf54ab822008-09-05 04:14:40 -07006
7MODULES += \
8 app/tests \
9 app/console \
10 app/stringtests
Travis Geiselbrecht1d0df692008-09-01 02:26:09 -070011
12OBJS += \
13 $(LOCAL_DIR)/init.o
14