From 3228d50b5ff0a1dc27c280105a0f20909b16bbe2 Mon Sep 17 00:00:00 2001 From: Timothy Manning Date: Fri, 4 Jun 2021 16:46:56 +1200 Subject: [PATCH] Added -lpthread to is_yaffs_working_tests's makefile Also removed dead code. Signed-off-by: Timothy Manning --- .../timothy_tests/is_yaffs_working_tests/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/direct/test-framework/timothy_tests/is_yaffs_working_tests/Makefile b/direct/test-framework/timothy_tests/is_yaffs_working_tests/Makefile index 43c8cb8..5f2a461 100644 --- a/direct/test-framework/timothy_tests/is_yaffs_working_tests/Makefile +++ b/direct/test-framework/timothy_tests/is_yaffs_working_tests/Makefile @@ -31,11 +31,6 @@ ALL_UNSORTED_OBJS += $(YAFFS_TEST_OBJS) $(FUZZER_OBJS) include $(YDI_FRAMEWORK_DIR)/FrameworkRules.mk -yaffs_test: $(FRAMEWORK_SOURCES) $(YAFFS_TEST_OBJS) - gcc $(CFLAGS) -o $@ $(YAFFS_TEST_OBJS) - - - test_1_yaffs_mount: $(FRAMEWORK_SOURCES) $(YAFFS_TEST_OBJS) - gcc $(CFLAGS) -o $@ $(YAFFS_TEST_OBJS) + gcc $(CFLAGS) -o $@ $(YAFFS_TEST_OBJS) -lpthread -- 2.30.2