Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile - github.com/ClusterM/clunet-lkm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62df8d00ea594053171f93964beae76aeb041f4e (plain)
1
2
3
4
5
6
7
8
9
10
obj-m := clunet.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: all
	cp -f clunet.ko /lib/modules/$(shell uname -r)/