Lines Matching refs:ex
51 ex/a.c
58 Out of which you build the 'ex' binary ' and the 'libex.a' library:
60 'ex' - consists of 'a.o', 'b.o' and libex.a
63 The build framework does not create the 'ex' and 'libex.a' binaries for you, it
68 ex/Build:
69 ex-y += a.o
70 ex-y += b.o
71 ex-y += b.o # duplicates in the lists are allowed
77 ex/arch/Build:
83 $ make -f tools/build/Makefile.build dir=. obj=ex
88 ex/ex-in.o
89 ex/libex-in.o
96 $ gcc -o ex ex-in.o libex.a
98 You can check the 'ex' example in 'tools/build/tests/ex' for more details.
113 make $(build)=ex