Mercurial > yaffs-ecoscentric
changeset 179:e6e78e317308
Fix all Makefile headers to be the same format
| author | colin |
|---|---|
| date | Wed, 07 Mar 2007 08:30:40 +0000 |
| parents | 179a572455cf |
| children | dd2ae17e37ee |
| files | Makefile direct/Makefile mtdemul/Makefile utils/Makefile |
| diffstat | 4 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ - +# Main Makefile for YAFFS +# +# # YAFFS: Yet Another Flash File System. A NAND-flash specific file system. # # Copyright (C) 2002-2007 Aleph One Ltd.
--- a/direct/Makefile +++ b/direct/Makefile @@ -1,7 +1,11 @@ # Makefile for YAFFS direct test # +# +# YAFFS: Yet another Flash File System. A NAND-flash specific file system. +# # Copyright (C) 2003 Aleph One Ltd. # +# # Created by Charles Manning <charles@aleph1.co.uk> # # This program is free software; you can redistribute it and/or modify
--- a/mtdemul/Makefile +++ b/mtdemul/Makefile @@ -1,7 +1,7 @@ #Makefile for NANDemul MTD # # NB this is not yet suitable for putting into the kernel tree. -# YAFFS: Yet another FFS. A NAND-flash specific file system. +# YAFFS: Yet another Flash File System. A NAND-flash specific file system. # # Copyright (C) 2002 Aleph One Ltd. # for Toby Churchill Ltd and Brightstar Engineering
--- a/utils/Makefile +++ b/utils/Makefile @@ -1,7 +1,7 @@ #Makefile for mkyaffs # # NB this is not yet suitable for putting into the kernel tree. -# YAFFS: Yet another FFS. A NAND-flash specific file system. +# YAFFS: Yet another Flash File System. A NAND-flash specific file system. # # Copyright (C) 2002 Aleph One Ltd. # for Toby Churchill Ltd and Brightstar Engineering
