glendix

view netfs/Makefile @ 53:92dc24ff2dce

Initial check-in of netfs - currently working on /net/cs
author Rahul Murmuria <rahul@murmuria.in>
date Mon Feb 23 17:52:27 2009 -0500 (2009-02-23)
parents
children 5147a06b8d67
line source
1 ifneq ($(KERNELRELEASE),)
2 obj-m := net.o
3 else
4 KDIR := /lib/modules/$(shell uname -r)/build
5 PWD := $(shell pwd)
6 default:
7 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
8 endif