All checks were successful
Build documentation / build-and-deploy (push) Successful in 39s
6 lines
95 B
Makefile
6 lines
95 B
Makefile
c += sync/spin_lock.c \
|
|
sync/rw_spin_lock.c
|
|
|
|
o += sync/spin_lock.o \
|
|
sync/rw_spin_lock.o
|