From 3253026a76cd935fdb55d066b66b2ac76eb530d7 Mon Sep 17 00:00:00 2001 From: Jonas Bengtsson Date: Mon, 28 Jun 2010 15:42:10 +0200 Subject: 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 --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) mode change 100644 => 100755 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 index 9153e43..04f2724 --- 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 #------------------------------- -- cgit v1.2.3