X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Kbuild;h=65db5bef2e3617eb080569c1061e72a8750a7394;hb=a8e1942d97dcc44d1425807c71a4252f9e3b53b6;hp=414ae6da1f50dea68fd044ca2d09d682c308fab4;hpb=8e143b90e4d45cca3dc53760d3cfab988bc74571;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)