Lines Matching refs:object
10 Unlike the kernel we don't have a single build object 'obj-y' list that where
33 OBJECT - is the name of the build object
35 When succefully finished the $(DIR) directory contains the final object file
136 It's possible to alter the standard object C flags in the following way:
138 CFLAGS_perf.o += '...' - alters CFLAGS for perf.o object
139 CFLAGS_gtk += '...' - alters CFLAGS for gtk build object
147 For each built object file 'a.o' the '.a.cmd' is created and holds:
149 - Command line used to built that object
150 (for each object)
153 (for compiled object)
162 It's possible to build single object file by choice, like: