summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
blob: ca85e88d7f4fb26c2549e59841a9a63d9aec8dbf (plain)
1
2
3
4
5
6
7
ifneq ($(KERNELRELEASE),)
include Kbuild
else
KERNELDIR := /lib/modules/`uname -r`/build
all::
	$(MAKE) -C $(KERNELDIR) M=`pwd` $@
endif