From: Kan Liang <kan.li...@intel.com> Date: Tue, 16 Feb 2016 07:32:38 -0500
> @@ -43,6 +43,7 @@ obj-$(CONFIG_TEST_USER_COPY) += test_user_copy.o > 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 ... > > -TEST_PROGS := printf.sh > +TEST_PROGS := printf.sh bitmap.sh I see neither test_bitmap.c nor bitmap.sh in this patch, perhaps some forgotten git add commands?