X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=arch%2Fparisc%2FMakefile;h=0d428278356dd2b526ff904b34d9f421dc35c5d1;hb=a24ba44cf2adf166bbb1028d57ca0f4b636a1ef7;hp=e574de4efb36c2e588ad93d8ab6c5637551bdff1;hpb=980110c5da56cb56d3356f5a5251fdc920f83ba6;p=linux-2.6-omap-h63xx.git diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index e574de4efb3..0d428278356 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile @@ -16,6 +16,9 @@ # Modified for PA-RISC Linux by Paul Lahaie, Alex deVries, # Mike Shaver, Helge Deller and Martin K. Petersen # + +KBUILD_DEFCONFIG := default_defconfig + NM = sh $(srctree)/arch/parisc/nm CHECKFLAGS += -D__hppa__=1 @@ -74,7 +77,7 @@ libs-y += arch/parisc/lib/ `$(CC) -print-libgcc-file-name` drivers-$(CONFIG_OPROFILE) += arch/parisc/oprofile/ -PALO := $(shell if which palo; then : ; \ +PALO := $(shell if (which palo 2>&1); then : ; \ elif [ -x /sbin/palo ]; then echo /sbin/palo; \ fi)