summaryrefslogtreecommitdiffstats
path: root/DNA/Makefile
blob: 0cae8c566f59fb035f24885638b730ceda71d703 (plain)
1
2
3
4
5
6
7
obj-m += kernelroll.o

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

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