mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
- Provides memory map driver using Keystone MPAX module - Test recipe is used to build test binaries using the mmap lld library - Supports k2h, k2k & k2e Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
13 lines
367 B
BlitzBasic
Executable File
13 lines
367 B
BlitzBasic
Executable File
DESCRIPTION = "TI KEYSTONE mmap driver using Keystone MPAX Programming"
|
|
include mmap-lld.inc
|
|
|
|
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}
|
|
}
|