aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 56d3458bbd23002d981151f1ba65376e4de1eb33 (plain) (blame)
1
2
3
4
5
6
7
8
KDIR ?= /lib/modules/$(shell uname -r)/build

all:
	make -C $(KDIR) M=$(shell pwd) modules
install:
	make -C $(KDIR) M=$(shell pwd) modules_install
clean:
	make -C $(KDIR) M=$(shell pwd) clean