blob: 353ddf26856ca82971741d20ff6bd45eec9e0885 [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 := osk5912
Travis Geiselbrechtf54ab822008-09-05 04:14:40 -07006MODULES += \
7 app/tests \
8 app/console
Travis Geiselbrecht1d0df692008-09-01 02:26:09 -07009
10OBJS += \
11 $(LOCAL_DIR)/init.o
12