11 lines
188 B
Makefile
11 lines
188 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
MODULE := $(LOCAL_DIR)
|
|
|
|
MODULE_SRCS += \
|
|
$(LOCAL_DIR)/string_tests.c \
|
|
|
|
# put arch local .S files here if developing memcpy/memmove
|
|
|
|
include make/module.mk
|