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 += '...' - adds CFLAGS for perf.o object
139 CFLAGS_gtk += '...' - adds CFLAGS for gtk build object
140 CFLAGS_REMOVE_perf.o += '...' - removes CFLAGS for perf.o object
141 CFLAGS_REMOVE_gtk += '...' - removes CFLAGS for gtk build object
149 For each built object file 'a.o' the '.a.cmd' is created and holds:
151 - Command line used to built that object
152 (for each object)
155 (for compiled object)
164 It's possible to build single object file by choice, like: