11 lines
162 B
Makefile
11 lines
162 B
Makefile
# top level project rules for the armemu-test project
|
|
#
|
|
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
TARGET := osk5912
|
|
MODULES += \
|
|
app/tests \
|
|
app/stringtests \
|
|
app/shell
|
|
|