kernel: allow subtarget specific KernelPackage
authorStijn Tintel <stijn@linux-ipv6.be>
Wed, 4 Jan 2017 01:45:36 +0000 (02:45 +0100)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 4 Jan 2017 12:20:19 +0000 (13:20 +0100)
commita93accd73dba6d56247a1076e62c612b31e4ebc3
tree68b690ac1d97ee12f05f27a175a215cf2ccac683
parent301301da2b2998177d4c34521f933c828972a985
kernel: allow subtarget specific KernelPackage

Add a call to KernelPackage/$(1)/$(BOARD)/$(SUBTARGET) to the
KernelPackage macro. This allows to add kernel packages for x86/64,
without breaking x86. It's not possible to do this with BOARD, as
BOARD=x86 for x86_64.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
include/kernel.mk