summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eee1a2c)
raw | patch | inline | side by side (parent: eee1a2c)
author | JianzhongXu <a0869574@ti.com> | |
Tue, 10 Feb 2015 21:59:01 +0000 (16:59 -0500) | ||
committer | JianzhongXu <a0869574@ti.com> | |
Tue, 10 Feb 2015 21:59:01 +0000 (16:59 -0500) |
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index cdb523f9f82b087ed2eb1b98aac25088a8e127ac..52761981520956b010f211333474533487e5152d 100644 (file)
--- a/Makefile
+++ b/Makefile
DESTDIR = "/evmk2h_nfs"
DESTDIR = "/evmk2h_nfs"
-.PHONY: clean ARMonly linalg install build
+.PHONY: clean ARMonly linalg install build prebuild
LINALG_BLIS_DIR = blis
LINALG_CBLAS_DIR = cblas
LINALG_BLIS_DIR = blis
LINALG_CBLAS_DIR = cblas
install -m 755 -d ${DESTDIR}/usr/lib
install -m 755 -d ${DESTDIR}/usr/share/ti/examples/linalg
cp $(LINALG_BLISACC_DIR)/lib/libcblas_armplusdsp.a ${DESTDIR}/usr/lib
install -m 755 -d ${DESTDIR}/usr/lib
install -m 755 -d ${DESTDIR}/usr/share/ti/examples/linalg
cp $(LINALG_BLISACC_DIR)/lib/libcblas_armplusdsp.a ${DESTDIR}/usr/lib
- cp $(LINALG_BLIS_DIR)/install/arm/lib/libblis-*-cortex-a15.a /usr/lib/libblis.a
+ cp $(LINALG_BLIS_DIR)/install/arm/lib/libblis-*-cortex-a15.a ${DESTDIR}/usr/lib/libblis.a
\ No newline at end of file
\ No newline at end of file