diff options
author | Eugen Cazacu <green182day@hotmail.com> | 2018-12-01 11:03:22 -0500 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-10 10:18:03 -0500 |
commit | c7fe060885c4c0b78934c3d7507aa5e68de4099f (patch) | |
tree | 21ffeb17023f37c63fadcc010c850a79db8f3e96 | |
parent | 257edce66d31a345dff8ca9f1fd30c46e0f14058 (diff) |
user/Makefile: Fix typo and capitalization in comment section
Signed-off-by: Eugen Cazacu <green182day@hotmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | usr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/Makefile b/usr/Makefile index 748f6a60bb1e..4a70ae43c9cb 100644 --- a/usr/Makefile +++ b/usr/Makefile | |||
@@ -49,10 +49,10 @@ $(deps_initramfs): ; | |||
49 | 49 | ||
50 | $(deps_initramfs): klibcdirs | 50 | $(deps_initramfs): klibcdirs |
51 | # We rebuild initramfs_data.cpio if: | 51 | # We rebuild initramfs_data.cpio if: |
52 | # 1) Any included file is newer then initramfs_data.cpio | 52 | # 1) Any included file is newer than initramfs_data.cpio |
53 | # 2) There are changes in which files are included (added or deleted) | 53 | # 2) There are changes in which files are included (added or deleted) |
54 | # 3) If gen_init_cpio are newer than initramfs_data.cpio | 54 | # 3) If gen_init_cpio are newer than initramfs_data.cpio |
55 | # 4) arguments to gen_initramfs.sh changes | 55 | # 4) Arguments to gen_initramfs.sh changes |
56 | $(obj)/$(datafile_y): $(obj)/gen_init_cpio $(deps_initramfs) klibcdirs | 56 | $(obj)/$(datafile_y): $(obj)/gen_init_cpio $(deps_initramfs) klibcdirs |
57 | $(Q)$(initramfs) -l $(ramfs-input) > $(obj)/$(datafile_d_y) | 57 | $(Q)$(initramfs) -l $(ramfs-input) > $(obj)/$(datafile_d_y) |
58 | $(call if_changed,initfs) | 58 | $(call if_changed,initfs) |