From: Kevin Locke Date: Thu, 29 Sep 2016 00:44:47 +0000 (-0600) Subject: Makefile: Define CFLAGS_FORCE_C_SOURCE macro X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=0c98cff825d446c62f282097bbf2a3f7db27a02e;hp=0c98cff825d446c62f282097bbf2a3f7db27a02e 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 Signed-off-by: David Gibson ---