]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/commitdiff
Update makefile for parallel build for hplib library without osal
authorTinku Mannan <tmannan@ti.com>
Wed, 22 Apr 2015 12:48:55 +0000 (08:48 -0400)
committerTinku Mannan <tmannan@ti.com>
Wed, 22 Apr 2015 12:48:55 +0000 (08:48 -0400)
ti/runtime/hplib/build/Makefile

index 8e2de01e00eea883cead45cb6bf7ec7d5760ffa1..d758fe13706dc1ace5d963d249f890f76ea460b7 100755 (executable)
@@ -140,6 +140,7 @@ libhplib-no-osal_$(DEVICE).so: $(COMMONSRCCOBJS1_SO)
        @$(CC) $(DEBUG_FLAG) -ggdb2 -Wl,-soname=$@.1 -shared -fPIC ${LDFLAGS} -o $@.1.0.0 $^
        @ln -s $@.1.0.0 $@.1
        @ln -s $@.1 $@
+       mkdir -p $(ARMV7LIBDIR)
        @mv -f $@.1.0.0 $(ARMV7LIBDIR)/$@.1.0.0
        @mv -f $@.1 $(ARMV7LIBDIR)/$@.1
        @mv -f $@   $(ARMV7LIBDIR)/$@