Lines Matching refs:bounds
5 # 1) Generate bounds.h
7 # 3) Generate asm-offsets.h (may need bounds.h and timeconst.h)
9 # 5) Generate constants.py (may need bounds.h)
12 # 1) Generate bounds.h
14 bounds-file := include/generated/bounds.h
16 always := $(bounds-file)
17 targets := kernel/bounds.s
20 kernel/bounds.s: kernel/bounds.c FORCE
23 $(obj)/$(bounds-file): kernel/bounds.s FORCE
55 $(obj)/$(timeconst-file) $(obj)/$(bounds-file) FORCE
80 build_constants_py: $(obj)/$(timeconst-file) $(obj)/$(bounds-file)
84 no-clean-files := $(bounds-file) $(offsets-file) $(timeconst-file)