Because this testcase is listed in runtest files, we should always build userspace bits, so that ltp has something to run.
Signed-off-by: Peng Haitao <[email protected]> Signed-off-by: Jan Stancek <[email protected]> --- testcases/kernel/firmware/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testcases/kernel/firmware/Makefile b/testcases/kernel/firmware/Makefile index fbacf8d..dd2c62d 100644 --- a/testcases/kernel/firmware/Makefile +++ b/testcases/kernel/firmware/Makefile @@ -38,7 +38,7 @@ endif ifeq ($(SKIP),0) SUBDIRS += fw_load_kernel -SUBDIRS += fw_load_user endif +SUBDIRS += fw_load_user include $(top_srcdir)/include/mk/generic_trunk_target.mk -- 1.7.1 ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
