initial commit of lk (little kernel) project
diff --git a/lib/heap/rules.mk b/lib/heap/rules.mk
new file mode 100644
index 0000000..c9307ab
--- /dev/null
+++ b/lib/heap/rules.mk
@@ -0,0 +1,4 @@
+LOCAL_DIR := $(GET_LOCAL_DIR)
+
+OBJS += \
+	$(LOCAL_DIR)/heap.o