X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=Makefile;h=da8a9f18e8c4608008bafe8ee40d5459cc9d0339;hp=cf2bcbbc51d049672c46d77d8ce5967c14d00f88;hb=b76bff5557ccc92df456fd7b1cd13c8b061cda07;hpb=299791ad6d378fae30d50560097a7633cde3aab2 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