linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rt-tests - allow build without NUMA
@ 2011-09-23 19:26 Frank Rowand
  2011-09-23 19:46 ` Uwe Kleine-König
  0 siblings, 1 reply; 6+ messages in thread
From: Frank Rowand @ 2011-09-23 19:26 UTC (permalink / raw)
  To: Clark Williams, linux-rt-users



"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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-09-26 20:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-23 19:26 [PATCH] rt-tests - allow build without NUMA Frank Rowand
2011-09-23 19:46 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).