Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Simon Kågström" <simon.kagstrom@netinsight.net>
To: kexec@lists.infradead.org
Subject: [PATCH 2/4] build: Use INCLUDES for normal CFLAGS in addition to CFLAGS_ARCH
Date: Mon, 3 Mar 2014 13:04:56 +0100	[thread overview]
Message-ID: <20140303130456.03f344f6@marrow.netinsight.se> (raw)
In-Reply-To: <20140303130213.1d441d32@marrow.netinsight.se>

Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
---
 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

  parent reply	other threads:[~2014-03-03 12:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-03 12:02 [PATCH 0/4]: makedumpfile: Makefile improvements Simon Kågström
2014-03-03 12:04 ` [PATCH 1/4] build: Derive objects from source files Simon Kågström
2014-03-03 12:04 ` Simon Kågström [this message]
2014-03-03 12:04 ` [PATCH 3/4] build: Honor VPATH to support out-of-tree builds Simon Kågström
2014-03-03 12:05 ` [PATCH 4/4] build: Rename generic-sounding SRC -> SRC_BASE Simon Kågström
2014-03-07  8:08 ` [PATCH 0/4]: makedumpfile: Makefile improvements Atsushi Kumagai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140303130456.03f344f6@marrow.netinsight.se \
    --to=simon.kagstrom@netinsight.net \
    --cc=kexec@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox