linux: improve the 'make linux-*' special commands
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 4 May 2012 05:40:53 +0000 (05:40 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 5 May 2012 06:49:02 +0000 (08:49 +0200)
commitf18c51657f4ab038654297ccc8fb8e00314c8b60
tree0645cee8c05cf0f636ff1e3699ec82812ea39a11
parenta90617b6271c86769a03ea8f7cfc5a58451e02c5
linux: improve the 'make linux-*' special commands

This patch improves two things:

 * It makes sure that the linux-menuconfig and al. commands can be
   executed even if the user hasn't executed 'make' before. Until now,
   the commands were depending on the .configured stamp, which is not
   sufficient since the linux package has been converted to the
   GENTARGETS infrastructure. Instead, depend on the linux-configure
   phony target.

 * It makes sure that those commands are not available when the Linux
   package is not selected, just like we do for Barebox.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
linux/linux.mk