aboutsummaryrefslogtreecommitdiff
path: root/2/module
diff options
context:
space:
mode:
Diffstat (limited to '2/module')
-rw-r--r--2/module/Makefile12
l---------2/module/config.h1
l---------2/module/fopdrv.c1
l---------2/module/fopdrv.h1
l---------2/module/main.c1
5 files changed, 0 insertions, 16 deletions
diff --git a/2/module/Makefile b/2/module/Makefile
deleted file mode 100644
index 01b2177..0000000
--- a/2/module/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-RELEASE = 6.6.15-ti-rt-arm32-r1
-KERNEL := ../headers/
-ARCH := arm
-CROSS_COMPILE := arm-linux-gnueabi-
-
-obj-m += lork.o
-lork-y += main.o
-lork-y += fopdrv.o
-
-all:
- $(MAKE) -C $(KERNEL) M=$(PWD) modules
-
diff --git a/2/module/config.h b/2/module/config.h
deleted file mode 120000
index bad07c3..0000000
--- a/2/module/config.h
+++ /dev/null
@@ -1 +0,0 @@
-../../1/config.h \ No newline at end of file
diff --git a/2/module/fopdrv.c b/2/module/fopdrv.c
deleted file mode 120000
index cbe1e0f..0000000
--- a/2/module/fopdrv.c
+++ /dev/null
@@ -1 +0,0 @@
-../../1/fopdrv.c \ No newline at end of file
diff --git a/2/module/fopdrv.h b/2/module/fopdrv.h
deleted file mode 120000
index f9b9e9f..0000000
--- a/2/module/fopdrv.h
+++ /dev/null
@@ -1 +0,0 @@
-../../1/fopdrv.h \ No newline at end of file
diff --git a/2/module/main.c b/2/module/main.c
deleted file mode 120000
index 6180bb4..0000000
--- a/2/module/main.c
+++ /dev/null
@@ -1 +0,0 @@
-../../1/main.c \ No newline at end of file