All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Rowand <frank.rowand@am.sony.com>
To: Clark Williams <williams@redhat.com>, <linux-rt-users@vger.kernel.org>
Subject: [PATCH] rt-tests - allow build without NUMA
Date: Fri, 23 Sep 2011 12:26:03 -0700	[thread overview]
Message-ID: <4E7CDD4B.2070202@am.sony.com> (raw)



"NUMA=0 make" does not remove numa from the build.  Fix.

Signed-off-by: Frank Rowand <frank.rowand@am.sony.com>
---
 Makefile |    2 	1 +	1 -	0 !
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/Makefile
===================================================================
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ else
 	CFLAGS	+= -O0 -g
 endif
 
-ifdef NUMA
+ifeq ($(NUMA),"1")
 	CFLAGS += -DNUMA
 	NUMA_LIBS = -lnuma
 endif


             reply	other threads:[~2011-09-23 19:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-23 19:26 Frank Rowand [this message]
2011-09-23 19:46 ` [PATCH] rt-tests - allow build without NUMA Uwe Kleine-König
2011-09-23 21:09   ` Clark Williams
2011-09-24 19:31     ` Uwe Kleine-König
2011-09-26 20:16     ` Frank Rowand
2011-09-26 20:25       ` Uwe Kleine-König

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=4E7CDD4B.2070202@am.sony.com \
    --to=frank.rowand@am.sony.com \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=williams@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.