aboutsummaryrefslogtreecommitdiff
path: root/2/module
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-05-12 15:21:19 +0200
committerlonkaars <loek@pipeframe.xyz>2024-05-12 15:21:19 +0200
commit891595b9307eb2695411d8e32e4addd9cd927ec8 (patch)
treeb24c323ad3e09f05ca75386ac8fef38a6fff3e74 /2/module
parent6926a88695ce2e9fca51e01a1bf6fded3e4cbcca (diff)
rename folders
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