diff options
Diffstat (limited to 'usr/Makefile')
| -rw-r--r-- | usr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/Makefile b/usr/Makefile index f50927e58c27..58a915ee7fe5 100644 --- a/usr/Makefile +++ b/usr/Makefile @@ -25,10 +25,10 @@ quiet_cmd_cpio = CPIO $@ $(obj)/initramfs_data.cpio: $(obj)/gen_init_cpio $(initramfs-y) FORCE $(call if_changed,cpio) -targets += $(obj)/initramfs_data.cpio +targets += initramfs_data.cpio $(obj)/initramfs_data.cpio.gz: $(obj)/initramfs_data.cpio FORCE $(call if_changed,gzip) -targets += $(obj)/initramfs_data.cpio.gz +targets += initramfs_data.cpio.gz |
