mirror of
https://github.com/krislamo/kernmod.git
synced 2025-01-05 19:10:36 +00:00
8 lines
160 B
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
|