migrate: to gitea

This commit is contained in:
2026-07-30 10:07:13 +05:30
commit 507682f900
2 changed files with 26 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
obj-m += main.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