aboutsummaryrefslogtreecommitdiffstats
path: root/res/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'res/Makefile')
-rwxr-xr-xres/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/res/Makefile b/res/Makefile
index d02021aed..f688b37bf 100755
--- a/res/Makefile
+++ b/res/Makefile
@@ -37,16 +37,6 @@ else
endif
endif
-ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/lib/libosp.a),)
- MODS+=res_osp.so
- OSPLIB=$(CROSS_COMPILE_TARGET)/usr/lib/libosp.a
-else
- ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/lib/libosp.a),)
- MODS+=res_osp.so
- OSPLIB=$(CROSS_COMPILE_TARGET)/usr/local/lib/libosp.a
- endif
-endif
-
ifeq ($(findstring BSD,${OSARCH}),BSD)
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib
endif