PR unikraft/unikraft#1034 moved the header to a different location, causing
full rebuilds for every `make` invocation.
Signed-off-by: Marco Schlumpp <marco@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #1055
{
return str_ends_with(s, len, "include/generated/autoconf.h") ||
str_ends_with(s, len, "include/generated/autoksyms.h") ||
- str_ends_with(s, len, "build/include/uk/_config.h") ||
+ str_ends_with(s, len, "build/include/uk/bits/config.h") ||
str_ends_with(s, len, ".ver");
}