]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blobdiff - src/fwp/fwp/lib/fwp/Makefile.omk
RTEMS: Makefiles updated to avoid libpthread and librm linking
[frescor/frsh-forb.git] / src / fwp / fwp / lib / fwp / Makefile.omk
index 02d9ef4a8e56d273bba50ae37fcebaa107a241fd..055e945dd5c9ae6b3ad59a0064bb75d98b6df6cd 100644 (file)
@@ -10,4 +10,8 @@ include_HEADERS= fwp_conf.h fwp_confdefs.h fwp_endpoint.h fwp_vres.h fwp.h fwp_m
 include_HEADERS += fwp_debug.h # This file (and maybe even some        \
                                 others) should not be exported!
 
-lib_LOADLIBES+= pthread rt ulut 
+lib_LOADLIBES+= ulut 
+ifneq ($(CONFIG_RTEMS),y)
+lib_LOADLIBES += pthread rt      
+endif
+