aboutsummaryrefslogtreecommitdiff
path: root/src/module/Makefile
blob: c9db2e09b098e26ec2065f4d566f32156e53ac8c (plain)
1
2
3
4
5
6
7
8
obj-m += $(name).o
$(name)-y := module.o

all:
	make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules

clean:
	make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean