]> git.ozlabs.org Git - ccan/commit
Makefile: Define CFLAGS_FORCE_C_SOURCE macro
authorKevin Locke <kevin@kevinlocke.name>
Thu, 29 Sep 2016 00:44:47 +0000 (18:44 -0600)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 30 Sep 2016 03:51:27 +0000 (13:51 +1000)
commit0c98cff825d446c62f282097bbf2a3f7db27a02e
tree1ae91b04a9f94b2d232a9e0ffdb76171e34708dd
parentf15904b683f12a3add9eaa8e34f73acbf790b85e
Makefile: Define CFLAGS_FORCE_C_SOURCE macro

This macro holds the C compiler flag(s) to force input files to be
recognized as C sources regardless of extension.  It is defined to allow
overriding on the make command line.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Makefile
Makefile-ccan