X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=Makefile;h=c82fdbda1e0266fe6fb2ce1522c6319b4ea0baa4;hp=a34645895253a0555b3053923ed7bd8b80ded1ee;hb=b4d5215f18486403d16f2e776000e43eba052f40;hpb=54721f22512e7c859c4c4a4ae7e5374ecf7fb570 diff --git a/Makefile b/Makefile index a346458..c82fdbd 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ ifneq ($(KERNELRELEASE),) yaffs2-objs += yaffs_yaffs1.o yaffs2-objs += yaffs_yaffs2.o yaffs2-objs += yaffs_verify.o + yaffs2-objs += yaffs_endian.o yaffs2-objs += yaffs_summary.o yaffs2multi-objs := yaffs_mtdif_multi.o @@ -53,6 +54,7 @@ ifneq ($(KERNELRELEASE),) yaffs2multi-objs += yaffs_yaffs1.o yaffs2multi-objs += yaffs_yaffs2.o yaffs2multi-objs += yaffs_verify.o + yaffs2multi-objs += yaffs_endian.o yaffs2multi-objs += yaffs_summary.o else