@@ -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
The note is not visible to the blocked user.