kbuild: Allow for ',' in file names
The dependency generation broke on files with a comma in their name, i.e. 53c7,8xx.c This patches fixes the limitation. However, using commas in filenames is strongly discouraged, there are other places where this case cannot be handled cleanly (e.g. section names in include/linux/spinlock.h).
Showing
Please register or sign in to comment