From f18bdb34f858f6b779ac4a16734c03fa6f9db3f2 Mon Sep 17 00:00:00 2001 From: Robert Fekete Date: Tue, 23 Feb 2010 10:33:24 +0100 Subject: new b2r2lib --- Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2d6d27c..9153e43 100644 --- a/Makefile +++ b/Makefile @@ -13,17 +13,13 @@ include $(MMROOT)/shared/makefiles/Make.config ifeq ($(DEBUG),1) CPPFLAGS += -DDEBUG endif -LIBOBJ = b2r2_api -INSTALL_LIB = libst_b2r2.a -INSTALL_HEADER = b2r2_api.h -LIBNAME = st_b2r2 +LIBOBJ = blt_b2r2 +INSTALL_LIB = libblt_hw.so +INSTALL_HEADER = blt_api.h +LIBNAME = blt_hw -todo: lib +todo: solib #------------------------------- # Generic Rules #------------------------------- include $(MMROOT)/shared/makefiles/Make.rules - - - - -- cgit v1.2.3