1cmd_lib/gen_crc32table := gcc -Wp,-MMD,lib/.gen_crc32table.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -o lib/gen_crc32table lib/gen_crc32table.c 2 3source_lib/gen_crc32table := lib/gen_crc32table.c 4 5deps_lib/gen_crc32table := \ 6 lib/../include/linux/crc32poly.h \ 7 lib/crc32defs.h \ 8 $(wildcard include/config/CRC32_SLICEBY8) \ 9 $(wildcard include/config/CRC32_SLICEBY4) \ 10 $(wildcard include/config/CRC32_SARWATE) \ 11 $(wildcard include/config/CRC32_BIT) \ 12 $(wildcard include/config/64BIT) \ 13 14lib/gen_crc32table: $(deps_lib/gen_crc32table) 15 16$(deps_lib/gen_crc32table): 17