Skip to content
  • Sam Ravnborg's avatar
    kbuild: make cc-version available in kbuild files · 20a468b5
    Sam Ravnborg authored
    
    
    Move $(CC) support functions to Kbuild.include so they are available
    in the kbuild files.
    In addition the following was done:
    	o as-option documented in Documentation/kbuild/makefiles.txt
    	o Moved documentation to new section to match
    	  new scope of functions
    	o added cc-ifversion used to conditionally select a text string
    	  dependent on actual $(CC) version
    	o documented cc-ifversion
    	o change so Kbuild.include is read before the kbuild file
    
    Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
    20a468b5