X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=scripts%2FKbuild.include;h=c67e73ecd5beac46e7212922737479568a95f919;hb=0b3dc0e9c8ed4f09605fa844081503bf752388b0;hp=4f9c1908593bce72b1572d0a3efb95fd3f22f36f;hpb=9f6ac7850a9c6363f4117fd2248e232a2d534627;p=~andy%2Flinux diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index 4f9c1908593..c67e73ecd5b 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include @@ -100,7 +100,7 @@ as-option = $(call try-run,\ # Usage: cflags-y += $(call as-instr,instr,option1,option2) as-instr = $(call try-run,\ - echo -e "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -xassembler -o "$$TMP" -,$(2),$(3)) + /bin/echo -e "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -xassembler -o "$$TMP" -,$(2),$(3)) # cc-option # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586)