package/linux: don't enforce check for DTS when not building
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 13 Jul 2015 10:31:59 +0000 (12:31 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Jul 2015 08:26:31 +0000 (10:26 +0200)
commitce2b7face01acab42e67c5ddf9f075445fe77693
treea8f2eb8b13692fd04fd41bfca97d08a96bf42fea
parent61ca162f5bf052f70c6ac356358120329e4b1c6d
package/linux: don't enforce check for DTS when not building

Currently, this is triggering the error message:
    make randconfig
    make source

Limit the checks that enforce a DTS is set and at most one DTB is
appended to when we are actually building, like is done for the
configuration-file variables.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/linux.mk