X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=Makefile;h=f261d2017c5a7790bb3074040276cdc252a60c78;hb=780469359d1051ab37ab281b0520137d73fee2e9;hp=cf2bcbbc51d049672c46d77d8ce5967c14d00f88;hpb=29e2dccbc8145ce3fd337a91a266d29e9b0f3f60;p=yaffs2.git diff --git a/Makefile b/Makefile index cf2bcbb..f261d20 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,9 @@ 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 else KERNELDIR ?= /lib/modules/$(shell uname -r)/build