mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-25 21:53:16 +00:00
The PCI endpoint test driver uses crc32_le() so it should select
CRC32. Fixes this build error (when CRC32=m):
drivers/built-in.o: In function `pci_epf_test_cmd_handler':
pci-epf-test.c:(.text+0x2d98d): undefined reference to `crc32_le'
Fixes:
|
||
|---|---|---|
| .. | ||
| functions | ||
| Kconfig | ||
| Makefile | ||
| pci-ep-cfs.c | ||
| pci-epc-core.c | ||
| pci-epc-mem.c | ||
| pci-epf-core.c | ||