X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=Makefile;h=da8a9f18e8c4608008bafe8ee40d5459cc9d0339;hb=46f347899188a1491d8f3f43cb47495766aa839a;hp=cf2bcbbc51d049672c46d77d8ce5967c14d00f88;hpb=8c9cad909837025664f112c900fb4f7d02cecae6;p=yaffs2.git diff --git a/Makefile b/Makefile index cf2bcbb..da8a9f1 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,10 @@ ifneq ($(KERNELRELEASE),) yaffs2-objs += yaffs_tagscompat.o yaffs_tagsvalidity.o yaffs2-objs += yaffs_checkptrw.o yaffs_nand.o yaffs2-objs += yaffs_checkptrw.o yaffs_nand.o yaffs_nameval.o - yaffs2-objs += yaffs_allocator.o + yaffs2-objs += yaffs_allocator.o yaffs_bitmap.o + yaffs2-objs += yaffs_yaffs1.o + yaffs2-objs += yaffs_yaffs2.o + yaffs2-objs += yaffs_verify.o else KERNELDIR ?= /lib/modules/$(shell uname -r)/build