1
0
mirror of https://github.com/krislamo/kernmod.git synced 2025-04-06 10:34:21 +00:00

8 lines
160 B
Makefile

obj-m += helloworld.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean