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