summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-x[-rw-r--r--]Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9153e43..04f2724 100644..100755
--- a/Makefile
+++ b/Makefile
@@ -13,12 +13,15 @@ include $(MMROOT)/shared/makefiles/Make.config
ifeq ($(DEBUG),1)
CPPFLAGS += -DDEBUG
endif
-LIBOBJ = blt_b2r2
-INSTALL_LIB = libblt_hw.so
+
+SOLIBNAMES += blt_hw
+LIBOBJ_blt_hw = blt_b2r2
+INSTALL_SOLIB = blt_hw
+
INSTALL_HEADER = blt_api.h
-LIBNAME = blt_hw
todo: solib
+
#-------------------------------
# Generic Rules
#-------------------------------