]> git.karo-electronics.de Git - karo-tx-linux.git/commit
microblaze: Fix build with make 3.82
authorThomas Backlund <tmb@mandriva.org>
Thu, 21 Oct 2010 10:19:10 +0000 (13:19 +0300)
committerAndi Kleen <ak@linux.intel.com>
Tue, 14 Dec 2010 22:40:03 +0000 (23:40 +0100)
commitefbc3702f85371a9bb53e68c72d3738bf678fd5c
tree911b021dd7606fc9bb90bbbc644f877adbf5db7b
parentae813a8a26a9f2df98e66471766f04522c7bbe8c
microblaze: Fix build with make 3.82

commit b843e4ec01991a386a9e0e9030703524446e03da upstream.

When running make headers_install_all on x86_64 and make 3.82 I hit this:

arch/microblaze/Makefile:80: *** mixed implicit and normal rules.  Stop.
make: *** [headers_install_all] Error 2

So split the rules to satisfy make 3.82.

Signed-off-by: Thomas Backlund <tmb@mandriva.org>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
arch/microblaze/Makefile