Lines Matching refs:ex
49 ex/a.c
56 Out of which you build the 'ex' binary ' and the 'libex.a' library:
58 'ex' - consists of 'a.o', 'b.o' and libex.a
61 The build framework does not create the 'ex' and 'libex.a' binaries for you, it
66 ex/Build:
67 ex-y += a.o
68 ex-y += b.o
74 ex/arch/Build:
80 $ make -f tools/build/Makefile.build dir=. obj=ex
85 ex/ex-in.o
86 ex/libex-in.o
93 $ gcc -o ex ex-in.o libex.a
95 You can check the 'ex' example in 'tools/build/tests/ex' for more details.