Skip to content
  • Simon Glass's avatar
    Makefile: Add a target to create the .cfg files · 1bd87630
    Simon Glass authored
    
    
    A common requirement when converting CONFIG options to Kconfig is to check
    that the effective configuration has not changed due to the conversion. Add
    a target which creates this configuration (in the form of u-boot.cfg) but
    does not build U-Boot. This speeds up the checking.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    1bd87630