initial commit of lk (little kernel) project

This commit is contained in:
Travis Geiselbrecht
2008-09-01 02:26:09 -07:00
commit 1d0df69964
329 changed files with 49563 additions and 0 deletions

8
app/tests/rules.mk Normal file
View 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