aboutsummaryrefslogtreecommitdiff
path: root/driver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'driver/Makefile')
-rw-r--r--driver/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/Makefile b/driver/Makefile
index f9cb359..8abe2c7 100644
--- a/driver/Makefile
+++ b/driver/Makefile
@@ -7,7 +7,6 @@ KERNEL := /lib/modules/$(RELEASE)/build
# system, see [kbuild-obj-var] and [kbuild-module-makefile] in ../readme.md
obj-m += lork.o
lork-y += main.o
-lork-y += platform.o
# utility
ifneq ($(shell id -u),0)