author: Greg Thelen <gthelen@google.com> 2019-09-23 15:33:05 -0700
committer: Linus Torvalds <torvalds@linux-foundation.org> 2019-09-24 15:54:07 -0700
commit: 6279eb3dd7946c69346a3b98473ed13d3a44adb5
parent: 3f9d2b5766aea06042630ac60b7316fd0cebf06f
Commit Summary:
Diffstat:
1 file changed, 3 insertions, 0 deletions
diff --git a/usr/Makefile b/usr/Makefile
index 6a89eb019275..e6f7cb2f81db 100644
--- a/usr/Makefile
+++ b/usr/Makefile
@@ -11,6 +11,9 @@ datafile_y = initramfs_data.cpio$(suffix_y)
datafile_d_y = .$(datafile_y).d
AFLAGS_initramfs_data.o += -DINITRAMFS_IMAGE="usr/$(datafile_y)"
+# clean rules do not have CONFIG_INITRAMFS_COMPRESSION. So clean up after all
+# possible compression formats.
+clean-files += initramfs_data.cpio*
# Generate builtin.o based on initramfs_data.o
obj-$(CONFIG_BLK_DEV_INITRD) := initramfs_data.o