aboutsummaryrefslogtreecommitdiff
path: root/driver/Makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-15 18:19:42 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-15 18:19:42 +0200
commit3a0e12380b6316db215fd5c086fe6d8be108bd01 (patch)
tree6f402b5a9cb3729080b99476a169b4b637131663 /driver/Makefile
parent5254cc646177e0934db75550b44e297b4337ea75 (diff)
slim down sources
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)