Log Message:
-----------
pkg/aflow/action/kernel: fix removal on unneeded build files
Paths passed to filepath.WalkDir are absolute (include the dir prefix), account for that.
Strings returned by filepath.Ext include the dot, account for that as well.