Skip to content

Commit

Permalink
kbuild: bugfix with initramfs
Browse files Browse the repository at this point in the history
This patch fix double inclusion of ramfs-input.

Signed-off-by: Nickolay Vinogradov <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
Nickolay authored and Sam Ravnborg committed Jun 10, 2006
1 parent 6449bd6 commit ff54171
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions usr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ ramfs-input := $(if $(filter-out "",$(CONFIG_INITRAMFS_SOURCE)), \
$(CONFIG_INITRAMFS_SOURCE),-d)
ramfs-args := \
$(if $(CONFIG_INITRAMFS_ROOT_UID), -u $(CONFIG_INITRAMFS_ROOT_UID)) \
$(if $(CONFIG_INITRAMFS_ROOT_GID), -g $(CONFIG_INITRAMFS_ROOT_GID)) \
$(ramfs-input)
$(if $(CONFIG_INITRAMFS_ROOT_GID), -g $(CONFIG_INITRAMFS_ROOT_GID))

# .initramfs_data.cpio.gz.d is used to identify all files included
# in initramfs and to detect if any files are added/removed.
Expand Down

0 comments on commit ff54171

Please sign in to comment.