tools/libs: Add rule to generate headers.lst
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 11 Feb 2021 06:29:31 +0000 (06:29 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 19 Feb 2021 17:10:33 +0000 (17:10 +0000)
commit0670834c50e2eedc6a281e084fb9c181817f26ce
treef454d5a6a4bcdb7c004eda00fbfc9966046c0dd2
parent5398d16105594835e1878629eb9ce2c403667a00
tools/libs: Add rule to generate headers.lst

abi-dumper needs a list of the public header files for shared objects, and
only accepts this in the form of a file.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Ian Jackson <iwj@xenproject.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
tools/libs/.gitignore [new file with mode: 0644]
tools/libs/libs.mk