aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/srio-lld/srio-lld_git.bb
blob: 48e763373ffb6a787ae757c819efd63bfd6b9d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "TI SRIO peripheral low level driver"

DEPENDS="common-csl-ip rm-lld cppi-lld"

include srio-lld.inc

PR = "${INC_PR}.0"

do_compile () {
#   Now build the lld
	oe_runmake clean
	for device in ${DEVICELIST}
	do
		oe_runmake lib DEVICE="${device}"
	done
}

do_install () {
	oe_runmake install INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
}