initial commit; version 0.1.0

This commit is contained in:
2026-08-21 20:33:58 +02:00
commit 4795a7ccfd
9 changed files with 170 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
KVER ?= $(shell uname -r)
obj-m := fake-battery.o
all:
$(MAKE) -C /lib/modules/$(KVER)/build M=$(PWD) modules
clean:
$(MAKE) -C /lib/modules/$(KVER)/build M=$(PWD) clean