Add some RTEMS notes
[yaffs2.git] / Makefile
index a34645895253a0555b3053923ed7bd8b80ded1ee..9318d4dcf7beb7cc066094817628ae0b74e8c921 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,7 @@
 #
 # YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2002-2010 Aleph One Ltd.
-#   for Toby Churchill Ltd and Brightstar Engineering
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
 #
@@ -39,6 +38,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 +53,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