Lines Matching refs:o
5 all: ktest.o bitree.o kfifo.o mutex.o idr.o
7 ktest.o: ktest.c
8 $(CC) $(CFLAGS) -c ktest.c -o ktest.o
10 bitree.o: test-bitree.c
11 $(CC) $(CFLAGS) -c test-bitree.c -o test-bitree.o
13 kfifo.o: test-kfifo.c
14 $(CC) $(CFLAGS) -c test-kfifo.c -o test-kfifo.o
16 mutex.o: test-mutex.c
17 $(CC) $(CFLAGS) -c test-mutex.c -o test-mutex.o
19 idr.o: test-idr.c
20 $(CC) $(CFLAGS) -c test-idr.c -o test-idr.o