"NUMA=0 make" does not remove numa from the build. Fix. Signed-off-by: Frank Rowand <frank.rowand@xxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html