X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2FMakefile;h=126b34f2eb1663dcc9636ca71647e05736708689;hb=493cc5e5ba450356560cc12a8f71ff6a8574c91c;hp=d0f79c547d97953549f2420d9b9b52edd6a77ed5;hpb=235f93922878234f3d99a4205ebe3634ee955919;p=linux-2.6-microblaze.git diff --git a/lib/Makefile b/lib/Makefile index d0f79c547d97..126b34f2eb16 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -31,6 +31,8 @@ obj-y += string_helpers.o obj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o obj-y += kstrtox.o obj-$(CONFIG_TEST_KSTRTOX) += test-kstrtox.o +obj-$(CONFIG_TEST_MODULE) += test_module.o +obj-$(CONFIG_TEST_USER_COPY) += test_user_copy.o ifeq ($(CONFIG_DEBUG_KOBJECT),y) CFLAGS_kobject.o += -DDEBUG