initial commit

This commit is contained in:
2026-03-27 03:55:00 -05:00
commit e2f29b9d0c
4 changed files with 2395 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
obj-m += hp-wmi.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean