build: scan.mk: consider KernelPackage pattern as well
authorJo-Philipp Wich <jo@mein.io>
Tue, 10 Jan 2017 15:25:10 +0000 (16:25 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 10 Jan 2017 15:26:55 +0000 (16:26 +0100)
commit90ed0aa859426d71fb71cf5df3646208d5f48e6e
tree76713cd332687d114a787251dc1d1c8e1364f45d
parent1ce9b566fd1d806cebe791c9872b65ca0fd46244
build: scan.mk: consider KernelPackage pattern as well

The removal of the ".+Package" pattern in scan.mk also caused the build
system to skip over Makefiles defining only kmods. Adjust the grep pattern
to consider packages with "call KernelPackage" signatures as well.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
include/scan.mk