blob: 01e6376dbd7d69128e0a27cb5fc6c4a035016d05 [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 \
Travis Geiselbrecht39deded2009-01-24 20:12:27 -08009 app/stringtests \
10 lib/console
Travis Geiselbrecht1d0df692008-09-01 02:26:09 -070011
12OBJS += \
13 $(LOCAL_DIR)/init.o
14