some progress indeed

This commit is contained in:
2025-06-04 12:43:11 +01:00
parent 95a3395313
commit 1af4490a39
3 changed files with 35 additions and 42 deletions

View File

@ -4,7 +4,7 @@ obj-m += $(NAME).o
all: $(NAME).ko $(NAME).dtbo
echo Builded Device Tree Overlay and kernel module
$(NAME).ko:
$(NAME).ko: $(NAME).c
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
$(NAME).dtbo: $(NAME).dts