Commit ff5417107b7615fcef772cabcb717f4a715ffadc

Authored by Nickolay
Committed by Sam Ravnborg
1 parent 6449bd621b

kbuild: bugfix with initramfs

This patch fix double inclusion of ramfs-input.

Signed-off-by: Nickolay Vinogradov <nickolay@protei.ru>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

... ... @@ -21,8 +21,7 @@
21 21 $(CONFIG_INITRAMFS_SOURCE),-d)
22 22 ramfs-args := \
23 23 $(if $(CONFIG_INITRAMFS_ROOT_UID), -u $(CONFIG_INITRAMFS_ROOT_UID)) \
24   - $(if $(CONFIG_INITRAMFS_ROOT_GID), -g $(CONFIG_INITRAMFS_ROOT_GID)) \
25   - $(ramfs-input)
  24 + $(if $(CONFIG_INITRAMFS_ROOT_GID), -g $(CONFIG_INITRAMFS_ROOT_GID))
26 25  
27 26 # .initramfs_data.cpio.gz.d is used to identify all files included
28 27 # in initramfs and to detect if any files are added/removed.