mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
When creating a source archive for the USB driver, both the contrib and Genode-specific source codes are merged into a single directory structure. In this case, the original way of determining the Linux source code to scan for #include directives would apply the scanning to Genode-specific source codes too. This patch tightens the search criterion such that only Linux source codes are processed.