Skip to content
  • Gabor Buella's avatar
    Rename assembly sources .s -> .S · dbbf5791
    Gabor Buella authored
    Use C preprocessor with assembly sources (used by default when the
    extension is .S). Using preprocessor includes seems a bit easier to
    use with cmake.
    
    In some configurations the build failed with the following error, when
    using ".include":
    
    /tmp/ccCLZztf.s: Assembler messages:
    /tmp/ccCLZztf.s:49: Error: can't open mock_trampoline_table.s for reading: No such file or directory
    dbbf5791