On Sat, 2014-11-08 at 20:59 +0200, Oded Gabbay wrote: > I also noticed I forgot to modify drivers/gpu/drm/radeon/amdkfd/* to > drivers/gpu/drm/amd/amdkfd/*
That should probably just be drivers/gpu/drm/adm/amdkfd/ The trailing star means if there are subdirectories, do not match them, just match the files at that directory level. A trailing slash matches all files and subdirectories.