aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/include/rcar-gen3-modules-common.inc
blob: 9805862a871cb7137fdc65e4e3408f2030f00c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
export BUILDDIR = "${STAGING_INCDIR}/.."
export INCSHARED = "${STAGING_INCDIR}"
export LIBSHARED = "${STAGING_LIBDIR}"
export KERNELSRC = "${STAGING_KERNEL_DIR}"
export CROSS_COMPILE = "${TARGET_PREFIX}"
export KERNELDIR = "${STAGING_KERNEL_DIR}"
export LDFLAGS = ""
export CP = "cp"
require include/rcar-gen3-path-common.inc

COMPATIBLE_MACHINE = "(salvator-x|ulcb|ebisu)"