b7d4f29f8a3ba25b1deff554f3e6915c62ff9fd6
[my-code/kernel.git] / Makefile
1 ifneq ($(KERNELRELEASE),)
2         obj-y += hello/
3         obj-y += mproc/
4 else
5         KERNELDIR ?= /usr/src/linux
6         PWD := $(shell pwd)
7 default:
8         $(MAKE) -C $(KERNELDIR) M=$(PWD) modules
9 endif