This commit is contained in:
2025-01-01 21:04:13 +02:00
parent 8d1b1537be
commit dcf7056a24
7 changed files with 260 additions and 0 deletions

3
lab_5/Kbuild Normal file
View File

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