aboutsummaryrefslogtreecommitdiff
path: root/2/module/Makefile
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/Makefile
parent6926a88695ce2e9fca51e01a1bf6fded3e4cbcca (diff)
rename folders
Diffstat (limited to '2/module/Makefile')
-rw-r--r--2/module/Makefile12
1 files changed, 0 insertions, 12 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
-