aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mmap-lld/mmap-lld_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/mmap-lld/mmap-lld_git.bb')
-rw-r--r--recipes-bsp/mmap-lld/mmap-lld_git.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-bsp/mmap-lld/mmap-lld_git.bb b/recipes-bsp/mmap-lld/mmap-lld_git.bb
deleted file mode 100644
index cfc5d4c9..00000000
--- a/recipes-bsp/mmap-lld/mmap-lld_git.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "TI KEYSTONE mmap driver using Keystone MPAX Programming"
-include mmap-lld.inc
-
-PR = "${INC_PR}.0"
-
-DEPENDS="common-csl-ip"
-
-do_compile () {
- make -f makefile_armv7 clean lib PDK_INSTALL_PATH=${STAGING_INCDIR}
-}
-
-do_install () {
- make -f makefile_armv7 install PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
- chown -R root:root ${D}
-}