Include mbind support (this is a rebase commit to merge into development)

This commit is contained in:
Katsuya Horigome
2017-11-06 12:47:56 +09:00
parent bad487cc07
commit d649d6fc2d
124 changed files with 1458 additions and 103 deletions

View File

@@ -0,0 +1,7 @@
OBJS = exec_setmempolicy_mbind exec_setmempolicy_mbind_shared
LDFLAGS = -lnuma
all: $(OBJS)
clean:
rm $(OBJS)