initial commit of lk (little kernel) project
diff --git a/target/armemu/rules.mk b/target/armemu/rules.mk
new file mode 100644
index 0000000..d79834a
--- /dev/null
+++ b/target/armemu/rules.mk
@@ -0,0 +1,6 @@
+# mostly null target configuration for the arm emulator, since there's only one real
+# implementation.
+LOCAL_DIR := $(GET_LOCAL_DIR)
+
+PLATFORM := armemu
+