diff options
author | Lee Jones <lee.jones@linaro.org> | 2016-06-29 10:13:44 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-06-29 10:13:44 +0100 |
commit | 422e09039bbc2d488d10e9d7d02c531d0478e149 (patch) | |
tree | 0ecb34dbdbcb4dd2fbe03f653d8d7947ebdfe638 /lib/Makefile | |
parent | ccc12561926c0bef9a40865db93b926a0927e93f (diff) | |
parent | a370f60a58ec7bad7045803041524ccdc4d79c75 (diff) |
Merge branches 'ib-mfd-regmap-4.8' and 'ib-mfd-regulator-arm-4.8' into ibs-for-mfd-merged
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 499fb354d627..ff6a7a6c6395 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -58,6 +58,7 @@ obj-$(CONFIG_TEST_STATIC_KEYS) += test_static_keys.o obj-$(CONFIG_TEST_STATIC_KEYS) += test_static_key_base.o obj-$(CONFIG_TEST_PRINTF) += test_printf.o obj-$(CONFIG_TEST_BITMAP) += test_bitmap.o +obj-$(CONFIG_TEST_UUID) += test_uuid.o ifeq ($(CONFIG_DEBUG_KOBJECT),y) CFLAGS_kobject.o += -DDEBUG |