linux: exclude from hash check except for latest version
authorArnout Vandecappelle <arnout@mind.be>
Tue, 21 Mar 2017 00:07:05 +0000 (01:07 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 11 Jun 2017 12:13:59 +0000 (14:13 +0200)
commitba0a5b11d9c9f3b4ed579e34327928dbdb0bcaa1
tree79ec895a64d110473c95d6918cc2547705f98751
parent07735334ea62e96bc0617b090ded2af4797fa345
linux: exclude from hash check except for latest version

We don't have a hash for any linux version. We currently also don't
have a hash for the latest version, but if we ever add a hash, it
will only be for the latest version.

This simplifies the code a little because soon we will add hash checks
for git as well, so we also need an exclusion in that case. It's much
easier to always exclude except in the single case where we do have a
hash.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/linux.mk