X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=Makefile;h=c82fdbda1e0266fe6fb2ce1522c6319b4ea0baa4;hp=a34645895253a0555b3053923ed7bd8b80ded1ee;hb=5bc32d099123b2e0e5f27f7421caa5413d3211f0;hpb=9c99932eb16ba64c6d3ba69145fe8c5d5b04274d 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