diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-15 18:19:42 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-15 18:19:42 +0200 |
commit | 3a0e12380b6316db215fd5c086fe6d8be108bd01 (patch) | |
tree | 6f402b5a9cb3729080b99476a169b4b637131663 /driver/Makefile | |
parent | 5254cc646177e0934db75550b44e297b4337ea75 (diff) |
slim down sources
Diffstat (limited to 'driver/Makefile')
-rw-r--r-- | driver/Makefile | 1 |
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) |