10 lines
147 B
Makefile
10 lines
147 B
Makefile
|
# top level project rules for the qemu-arm-test project
|
||
|
#
|
||
|
LOCAL_DIR := $(GET_LOCAL_DIR)
|
||
|
|
||
|
TARGET := qemu-arm
|
||
|
MODULES += \
|
||
|
app/tests \
|
||
|
app/shell
|
||
|
|