aboutsummaryrefslogtreecommitdiff
path: root/2/module/Makefile
diff options
context:
space:
mode:
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
-