Begin work on GPIO Led support

This commit is contained in:
Florian RICHER 2025-02-24 13:43:12 +01:00
parent 04de922e60
commit 7723b2e823
2 changed files with 78 additions and 0 deletions

7
08_gpio_led/Makefile Normal file
View file

@ -0,0 +1,7 @@
obj-m += test_module.o
all:
make -C $(LINUX_MODULES_FOLDER)/build M=$(PWD) modules
clean:
make -C $(LINUX_MODULES_FOLDER)/build M=$(PWD) clean