initial commit of lk (little kernel) project
diff --git a/target/sam7ex256/rules.mk b/target/sam7ex256/rules.mk
new file mode 100644
index 0000000..bcd3568
--- /dev/null
+++ b/target/sam7ex256/rules.mk
@@ -0,0 +1,10 @@
+LOCAL_DIR := $(GET_LOCAL_DIR)
+
+AT91CHIP := sam7x256
+
+PLATFORM := at91sam7
+
+INCLUDES += -I$(LOCAL_DIR)/include
+
+OBJS += 
+