aboutsummaryrefslogtreecommitdiff
path: root/1/Makefile
blob: 990d695d0bb8f1eefda33b846c5785b9700f5615 (plain)
1
2
3
4
5
6
7
8
RELEASE := $(shell uname -r)
KERNEL := /lib/modules/$(RELEASE)/build

obj-m += main.o

all:
	$(MAKE) -C $(KERNEL) M=$(PWD) modules