• Kai Germaschewski's avatar
    kbuild: Allow for ',' in file names · 5ac88ff4
    Kai Germaschewski authored
    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).
    5ac88ff4
Rules.make 14.6 KB