Oops, missed removing this deleted file from the Makefile. make[3]: *** No rule to make target 'lib/zlib_dfltcc/dfltcc_syms.o', needed by 'lib/zlib_dfltcc/built-in.a'.
Signed-off-by: Randy Dunlap <[email protected]> Reported-by: kernel test robot <[email protected]> Cc: Zaslonko Mikhail <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Heiko Carstens <[email protected]> Cc: Vasily Gorbik <[email protected]> Cc: Christian Borntraeger <[email protected]> --- Andrew, please fold into zlib-move-export_symbol-and-module_license-out-of-dfltcc_symsc.patch. lib/zlib_dfltcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20201218.orig/lib/zlib_dfltcc/Makefile +++ linux-next-20201218/lib/zlib_dfltcc/Makefile @@ -8,4 +8,4 @@ obj-$(CONFIG_ZLIB_DFLTCC) += zlib_dfltcc.o -zlib_dfltcc-objs := dfltcc.o dfltcc_deflate.o dfltcc_inflate.o dfltcc_syms.o +zlib_dfltcc-objs := dfltcc.o dfltcc_deflate.o dfltcc_inflate.o

