Files
lk/app/stringtests/rules.mk
Travis Geiselbrecht 3f5de5d833 [app][stringtests] clean up the old asm files, make sure modern memset/memcopy works
Add reference C implementation to test/benchmark against.
2014-07-30 20:11:10 -07:00

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