tests: arch-power: Add support for building hello
authorSandipan Das <sandipan@linux.ibm.com>
Sat, 6 Feb 2021 13:44:29 +0000 (19:14 +0530)
committerSandipan Das <sandipan@linux.ibm.com>
Mon, 15 Feb 2021 08:32:38 +0000 (14:02 +0530)
commit2e455cd41c259ef6ac43dd7408577e46a8eb9abd
treee2d1d49e4fa1e05fe292f901e56a906c33d60437
parent87408e527d14888f7921dafc8724c638e1d86ecf
tests: arch-power: Add support for building hello

Commit a440108cc ("tests: Add Makefiles for hello")
introduced Makefiles for building the hello test binary
for ARM and x86 using dockcross. Since dockcross also
provides an image with a 64-bit little endian toolchain
for Power, this adds a Makefile for building the hello
binary.

As of this moment, 64-bit little endian (ppc64le) is the
prevalent variant supported by most distributions. Hence,
we are currently limited to only building the binary for
this variant.

Change-Id: Ic20322ca33c69634d9f17d30b29e522cc35742fb
Signed-off-by: Sandipan Das <sandipan@linux.ibm.com>
tests/test-progs/hello/src/Makefile.power [new file with mode: 0644]