summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ipc-transport-qmss_git.bb
blob: cb77a12a8e8a3ccc1549019b93332b9e80f73c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include ipc-transport-qmss.inc

DEPENDS = "ti-ipc mpm-transport"

do_compile () {
#   Now build the transport
	oe_runmake clean
	oe_runmake lib
}

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