1
0
mirror of https://github.com/krislamo/kernmod.git synced 2025-04-03 17:44:20 +00:00
kernmod/Makefile

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