summaryrefslogtreecommitdiff
path: root/Makefile
blob: 16f7b2f4de5f1cab4afff27b625eac36579e8143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
wtest-y := ww_mutex_test.o  ww_mutex.o

obj-m += wtest.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

install:
	cp wtest.ko /lib/modules/$(shell uname -r)/extra
	depmod -a