added cvsignore file
[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