Lines Matching refs:file
3 # This file takes care of the following:
17 # Use filechk to avoid rebuilds when a header changes, but the resulting file
26 echo " * This file was generated by Kbuild"; \
37 bounds-file := include/generated/bounds.h
39 always := $(bounds-file)
47 $(obj)/$(bounds-file): kernel/bounds.s FORCE
53 timeconst-file := include/generated/timeconst.h
55 targets += $(timeconst-file)
65 $(obj)/$(timeconst-file): kernel/time/timeconst.bc FORCE
72 offsets-file := include/generated/asm-offsets.h
74 always += $(offsets-file)
79 $(obj)/$(timeconst-file) $(obj)/$(bounds-file) FORCE
83 $(obj)/$(offsets-file): arch/$(SRCARCH)/kernel/asm-offsets.s FORCE
96 missing-syscalls: scripts/checksyscalls.sh $(offsets-file) FORCE
100 no-clean-files := $(bounds-file) $(offsets-file) $(timeconst-file)