]> git.karo-electronics.de Git - karo-tx-linux.git/commit
parisc: fix NATIVE set up in build
authorMike Frysinger <vapier@gentoo.org>
Sat, 4 May 2013 16:50:58 +0000 (16:50 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 May 2013 18:38:46 +0000 (11:38 -0700)
commit94f3c29b1ce931836cdc318a41350fc053c54a3d
treefbbd725a252aded9de4e99a40f84f066622dad36
parent746cb3d3ce315b53263a1f8a97390be84cfd5ee3
parisc: fix NATIVE set up in build

commit 93782eba49e23c3f311a6b05a19ba15927ec4e8b upstream.

The ifeq operator does not accept globs, so this little bit of code will
never match (unless uname literally prints out "parsic*").  Rewrite to
use a pattern matching operator so that NATIVE is set to 1 on parisc.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/Makefile