From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ernst.netinsight.se ([194.16.221.21]) by merlin.infradead.org with smtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WKRcl-0005Ul-KB for kexec@lists.infradead.org; Mon, 03 Mar 2014 12:05:36 +0000 Date: Mon, 3 Mar 2014 13:04:56 +0100 From: Simon =?UTF-8?B?S8OlZ3N0csO2bQ==?= Subject: [PATCH 2/4] build: Use INCLUDES for normal CFLAGS in addition to CFLAGS_ARCH Message-ID: <20140303130456.03f344f6@marrow.netinsight.se> In-Reply-To: <20140303130213.1d441d32@marrow.netinsight.se> References: <20140303130213.1d441d32@marrow.netinsight.se> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=twosheds.infradead.org@lists.infradead.org To: kexec@lists.infradead.org Signed-off-by: Simon Kagstrom --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d660951..57e7e44 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ ifeq ($(strip $CC),) CC = gcc endif -CFLAGS = -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \ +CFLAGS = $(INCLUDES) -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE \ -DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(DATE)"' CFLAGS_ARCH = $(INCLUDES) -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \ -- 1.7.9.6 _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec