Mercurial > yaffs-ecoscentric
diff Makefile @ 88:126756b6912d
Silly Marty, picked wrong guard for moduleconfig.h
| author | marty |
|---|---|
| date | Tue, 20 Sep 2005 23:46:17 +0100 |
| parents | 51cad800e99c |
| children | b9ba4e46d2e5 |
line wrap: on
line diff
--- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ ifneq ($(KERNELRELEASE),) + EXTRA_CFLAGS += -DYAFFS_OUT_OF_TREE obj-m := yaffs2.o @@ -8,7 +9,6 @@ ifneq ($(KERNELRELEASE),) yaffs2-objs += yaffs_tagscompat.o yaffs_tagsvalidity.o else - KERNELDIR ?= /lib/modules/$(shell uname -r)/build PWD := $(shell pwd)
