File: Makefile

package info (click to toggle)
libvpoll-eventfd 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: ansic: 291; makefile: 37; sh: 4
file content (11 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
obj-m += vpoll.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:
	install -D vpoll.ko /lib/modules/$(shell uname -r)/misc/vpoll.ko
	depmod -a