Skip to content
Snippets Groups Projects
  1. Jul 08, 2022
  2. Jan 11, 2022
    • Jonathan Hanks's avatar
      Adapt the rcg build process to use rts-cpu-isolator symvers file. · 8e092e02
      Jonathan Hanks authored
       * work towards #335
       * modify find_module_symvers to user argparser and have a quiet option to make missing symvers files empty strings
       * update the src/epics/util/Makefile.in to pass the location of the rts cpu isolator symver file to feCodeGen.pl
       * update createKernelMakefile.pm to add the rts cpu isolator symvers file to the KBUILD_EXTRA_SYMBOLS for the module
      8e092e02
  3. Dec 21, 2019
  4. Dec 20, 2019
    • Jameson Rollins's avatar
      rcg: fix module symvers discovery · bb564993
      Jameson Rollins authored and Rolf Bork's avatar Rolf Bork committed
      This makes discovery of the Module.symvers happen at model build time,
      instead of at build tree creation/configuration.
      
      A find_module_symvers script is included to find the Module.symvers
      file, and it's used in the RCG Makefile to find module symvers files
      at build time.
      
      This reverts the top-level configure script changes from
      8c01de98, restoring the configure
      script and dropping the autoconf-generated configure step from the
      build setup.
      bb564993
Loading