build: fix dependency of kernel_menuconfig target
authorBaptiste Jonglez <git@bitsofnetworks.org>
Sun, 12 Feb 2017 13:48:35 +0000 (14:48 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sun, 12 Feb 2017 13:53:29 +0000 (14:53 +0100)
commitf938de791438fc932c5a5ccfecd8f33050e3e103
treec7772019e6ed0f18ec1ad52c6c8d758cb756ca20
parent764cd09dd845864b0d45c6b1f914b81612a5dd28
build: fix dependency of kernel_menuconfig target

When running "make kernel_menuconfig" in a clean tree, it fails with:

    make[1]: *** No rule to make target 'tools/quilt/install'.  Stop.

Replacing the dependency with 'tools/quilt/compile' fixes the issue (quilt
and all its prerequisites will be built, and quilt will be installed in
staging_dir).

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
include/toplevel.mk