aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/aif2-lld/aif2-lld_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/aif2-lld/aif2-lld_git.bb')
-rw-r--r--recipes-bsp/aif2-lld/aif2-lld_git.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-bsp/aif2-lld/aif2-lld_git.bb b/recipes-bsp/aif2-lld/aif2-lld_git.bb
deleted file mode 100644
index 12b1d06d..00000000
--- a/recipes-bsp/aif2-lld/aif2-lld_git.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Antenna Interface low level driver"
-
-DEPENDS = "common-csl-ip qmss-lld cppi-lld"
-
-include aif2-lld.inc
-
-PR = "${INC_PR}.0"
-
-EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}"
-
-do_compile () {
- oe_runmake lib DEVICE=k2hk
-}
-
-do_install () {
- oe_runmake install INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
- chown -R root:root ${D}
-}