| commit | d0130eb36208ef46bf26498ffec5b68f39e8a24c | [log] [tgz] |
|---|---|---|
| author | Pali Rohár <pali@kernel.org> | Mon Apr 18 22:40:58 2022 +0200 |
| committer | Pali Rohár <pali@kernel.org> | Fri Jun 10 01:18:35 2022 +0200 |
| tree | 03833ce01fd04b0e7ec123d4f4add2ebbc839dc3 | |
| parent | 884684eb16322c54e425d76f84fbe2c850677d5c [diff] |
Makefile: Split variable for output shared library and import linking library Use new variable $(PCIIMPLIB) for storing name of the libpci import library for linking with shared library $(PCILIB). This would allow compilation of lspci and setpci applications on systems where linking needs to be done with import library.