summaryrefslogtreecommitdiff
path: root/lists/Makefile
blob: 813420c8fc173a698d8ec4b9d86ffa5d0ebf4100 (plain) (blame)
1
2
3
4
5
6
7
obj-m += lists.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