This commit is contained in:
2025-01-01 22:13:51 +02:00
parent dcf7056a24
commit 850591ae2c
7 changed files with 270 additions and 0 deletions

3
lab_6/Kbuild Normal file
View File

@@ -0,0 +1,3 @@
# kbuild part of makefile
obj-m := hello1.o hello2.o
ccflags-y := -I$(obj)/inc -g