Signed-off-by: Chunrong Guo <[email protected]> --- conf/machine/include/e500mc.inc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 conf/machine/include/e500mc.inc
diff --git a/conf/machine/include/e500mc.inc b/conf/machine/include/e500mc.inc new file mode 100644 index 0000000..a33485b --- /dev/null +++ b/conf/machine/include/e500mc.inc @@ -0,0 +1,6 @@ +TARGET_FPU = "hard" + +require conf/machine/include/tune-ppce500mc.inc +require conf/machine/include/qoriq-ppc.inc + +MACHINEOVERRIDES =. "e500mc:" -- 1.9.0 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
