blob: a0d331523517c676201292b1068ddf3903aab27c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
ifeq ($(subdir),rt)
librt-sysdep_routines += timer_routines
ifeq (yes,$(build-shared))
$(objpfx)tst-timer: $(objpfx)librt.so $(shared-thread-library)
else
$(objpfx)tst-timer: $(objpfx)librt.a $(static-thread-library)
endif
endif
|