X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=usr%2FMakefile;h=5f1bc5b23b14cbd6f23fa6ee12e5945765750ec5;hb=64fc394969aec0cdd3fea62f7aa0d6b49ec93a23;hp=237a028693ce9b497deabb95aa8f922485bee5fd;hpb=974aa5630b318938273d7efe7a2cf031c7b927db;p=mirror_ubuntu-bionic-kernel.git diff --git a/usr/Makefile b/usr/Makefile index 237a028693ce..5f1bc5b23b14 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