blob: 4f77c2abab2726cfb4b08efb811d48971de6831e [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 \
Travis Geiselbrecht39deded2009-01-24 20:12:27 -08008 lib/console
Travis Geiselbrecht1d0df692008-09-01 02:26:09 -07009
10OBJS += \
11 $(LOCAL_DIR)/init.o
12