Lines Matching refs:object
10 Unlike the kernel we don't have a single build object 'obj-y' list that where
32 OBJECT - is the name of the build object
34 When succefully finished the $(DIR) directory contains the final object file
109 It's possible to alter the standard object C flags in the following way:
111 CFLAGS_perf.o += '...' - alters CFLAGS for perf.o object
112 CFLAGS_gtk += '...' - alters CFLAGS for gtk build object
120 For each built object file 'a.o' the '.a.cmd' is created and holds:
122 - Command line used to built that object
123 (for each object)
126 (for compiled object)
135 It's possible to build single object file by choice, like: