X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2FMakefile;h=59bd7c2f793a7e937c815019181a2105f1cf5f2f;hb=ae6bb71711713e7b6b2d9ed2af7318dc8ae5cfb2;hp=161d6a724ff710bdb1ac5475354c36c8257660cb;hpb=3272eb1ace32627d0ba1d20373fae246f46770ca;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/lib/Makefile b/lib/Makefile index 161d6a7..59bd7c2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -85,6 +85,7 @@ obj-$(CONFIG_TEST_BITMAP) += test_bitmap.o obj-$(CONFIG_TEST_STRSCPY) += test_strscpy.o obj-$(CONFIG_TEST_UUID) += test_uuid.o obj-$(CONFIG_TEST_XARRAY) += test_xarray.o +obj-$(CONFIG_TEST_MAPLE_TREE) += test_maple_tree.o obj-$(CONFIG_TEST_PARMAN) += test_parman.o obj-$(CONFIG_TEST_KMOD) += test_kmod.o obj-$(CONFIG_TEST_DEBUG_VIRTUAL) += test_debug_virtual.o