summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bengtsson <jonas.l.bengtsson@stericsson.com>2010-06-28 15:42:10 +0200
committerJonas Bengtsson <jonas.l.bengtsson@stericsson.com>2010-06-28 15:42:10 +0200
commit3253026a76cd935fdb55d066b66b2ac76eb530d7 (patch)
tree81d1d32e4d7d21d09f4a109e7e1ddce9ad3ede06 /Makefile
parentf18bdb34f858f6b779ac4a16734c03fa6f9db3f2 (diff)
makefile update
Change-Id: I7ce56a8da2d50dbf3bd84c430b883a7c4b9987e1 Component: linux_b2r2lib:1.0.3:src Published-by: Published-on: Sat, 12 Jun 2010 08:08:04 +0200 Rodos: rodos 7.2.11
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
#-------------------------------