X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Kbuild;h=65db5bef2e3617eb080569c1061e72a8750a7394;hb=6f568ebe2afefdc33a6fb06ef20a94f8b96455f1;hp=414ae6da1f50dea68fd044ca2d09d682c308fab4;hpb=d36377c6eb071e3d0751e9e0e3c19198c58d9a5d;p=uclinux-h8%2Flinux.git diff --git a/Kbuild b/Kbuild index 414ae6da1f50..65db5bef2e36 100644 --- a/Kbuild +++ b/Kbuild @@ -26,9 +26,7 @@ timeconst-file := include/generated/timeconst.h targets += $(timeconst-file) -define filechk_gentimeconst - (echo $(CONFIG_HZ) | bc -q $< ) -endef +filechk_gentimeconst = echo $(CONFIG_HZ) | bc -q $< $(timeconst-file): kernel/time/timeconst.bc FORCE $(call filechk,gentimeconst)