initial commit of lk (little kernel) project
This commit is contained in:
8
app/tests/rules.mk
Normal file
8
app/tests/rules.mk
Normal file
@@ -0,0 +1,8 @@
|
||||
LOCAL_DIR := $(GET_LOCAL_DIR)
|
||||
|
||||
INCLUDES += -I$(LOCAL_DIR)/include
|
||||
|
||||
OBJS += \
|
||||
$(LOCAL_DIR)/tests.o \
|
||||
$(LOCAL_DIR)/thread_tests.o \
|
||||
$(LOCAL_DIR)/printf_tests.o
|
||||
Reference in New Issue
Block a user