File: Makefile

package info (click to toggle)
rust-nix 0.30.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,252 kB
  • sloc: ansic: 18; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (64)
1
2
3
4
5
6
7
obj-m += hello.o

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

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