M7350/bootable/bootloader/lk/project/surf-test.mk

15 lines
212 B
Makefile
Raw Permalink Normal View History

2024-09-09 08:52:07 +00:00
# top level project rules for the armemu-test project
#
LOCAL_DIR := $(GET_LOCAL_DIR)
ifeq ($(PROJECT_TARGET),)
TARGET := surf-msm7k
else
TARGET := $(PROJECT_TARGET)
endif
MODULES += \
app/tests \
app/shell