sandbox: multi-threaded kmalloc() stress-test
This commit is contained in:
@@ -13,6 +13,7 @@ OBJ := $(addprefix $(BUILD_DIR)/,$(SRC:.c=.o))
|
||||
DEPS := $(OBJ:.o=.d)
|
||||
|
||||
CFLAGS := $(INCLUDE_DIRS) -g
|
||||
LDFLAGS := -pthread
|
||||
|
||||
all: $(BUILD_DIR)/$(EXEC_NAME)
|
||||
@for prog in $(SANDBOX_DIR_LIST); do \
|
||||
|
||||
Reference in New Issue
Block a user