G

Untitled

public
Guest Nov 29, 2024 Never 28
Clone
Plaintext paste1.txt 7 lines (5 loc) | 176 Bytes
1
obj-m += hello_module.o
2
3
all:
4
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
5
6
clean:
7
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) 1 clean