[Buildroot] [PATCH v3] ltp-testsuite: build kernel modules when appropriate

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Apr 18 19:42:06 UTC 2016


Hello,

On Tue, 5 Apr 2016 13:09:40 +0200, Mason wrote:

> +ifeq ($(BR2_LINUX_KERNEL),y)
> +LTP_TESTSUITE_DEPENDENCIES += linux
> +LTP_TESTSUITE_MAKE_ENV = $(LINUX_MAKE_FLAGS)

This should use += instead of = since we're in a conditional block.
While this is not needed right now, it is a bit more logical and future
proof.

Applied with this fixed!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list