Skip to content
Commit 20a468b5 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild: make cc-version available in kbuild files



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>
parent b39927cf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment